From 5f5ce1ea486541d68f0e887d18b6d15cae713dbd Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 5 Jan 2025 23:05:42 +0100 Subject: [PATCH] rofi/config.rasi: add "run" to "modi" --- rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 5bba913..40f78e3 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { - modi: "window,drun,ssh,combi"; + modi: "window,run,drun,ssh,combi"; font: "hack 10"; combi-modi: "window,drun,ssh"; } -@theme "./theme" \ No newline at end of file +@theme "./theme"