Use rofi's drun mode as the launcher for xmonad.
This commit is contained in:
parent
b1d69885f7
commit
212ba0b7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ myBorderWidth = 5
|
||||||
myEmacs = "emacsclient -c -a 'emacs' "
|
myEmacs = "emacsclient -c -a 'emacs' "
|
||||||
myBrowser = "firefox"
|
myBrowser = "firefox"
|
||||||
myTheme = naturalGreenTheme
|
myTheme = naturalGreenTheme
|
||||||
myLauncher = "rofi -show run"
|
myLauncher = "rofi -show drun"
|
||||||
myGapSize = 13
|
myGapSize = 13
|
||||||
|
|
||||||
myStartupHook :: X ()
|
myStartupHook :: X ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue