diff --git a/modules/wm/xmonad/config.hs b/modules/wm/xmonad/config.hs index 815f302..cbc358d 100644 --- a/modules/wm/xmonad/config.hs +++ b/modules/wm/xmonad/config.hs @@ -47,9 +47,11 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ def , ("M-C-s", unGrab *> spawn "scrot -s") , ("M-b", sendMessage Docks.ToggleStruts) , ("M-p", spawn appLauncher) + , ("M-i", spawn passLauncher) ] where appLauncher = "rofi -show combi -modes combi -combi-modes window,drun,run,ssh" + passLauncher = "rofi-pass" -- myManageHook :: ManageHook