xmonad: Run rofi as an appLauncher

This commit is contained in:
Alexander Kobjolke 2024-02-16 23:14:06 +01:00
parent 6f0ed7ad88
commit b71cdcc218

View file

@ -46,7 +46,10 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ def
, ("M-S-q", restart "xmonad" True)
, ("M-C-s", unGrab *> spawn "scrot -s")
, ("M-b", sendMessage Docks.ToggleStruts)
, ("M-p", spawn appLauncher)
]
where
appLauncher = "rofi -show combi -modes combi -combi-modes window,drun,run,ssh"
-- myManageHook :: ManageHook