xmonad: Run rofi as an appLauncher
This commit is contained in:
parent
6f0ed7ad88
commit
b71cdcc218
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue