From 212ba0b7ab3a9b0994f627d7cfedd673348b6fd7 Mon Sep 17 00:00:00 2001 From: ramazanemreosmanoglu Date: Sat, 29 Oct 2022 08:48:04 +0300 Subject: [PATCH] Use rofi's drun mode as the launcher for xmonad. --- .config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 4ebe2e3..bcdfe7b 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -30,7 +30,7 @@ myBorderWidth = 5 myEmacs = "emacsclient -c -a 'emacs' " myBrowser = "firefox" myTheme = naturalGreenTheme -myLauncher = "rofi -show run" +myLauncher = "rofi -show drun" myGapSize = 13 myStartupHook :: X ()