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