Use rofi's drun mode as the launcher for xmonad.

This commit is contained in:
ramazanemreosmanoglu 2022-10-29 08:48:04 +03:00
parent b1d69885f7
commit 212ba0b7ab

View file

@ -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 ()