xmonad: Run rofi-pass to fill in passwords

This commit is contained in:
Alexander Kobjolke 2024-02-16 23:48:20 +01:00
parent b71cdcc218
commit 617d9c5318

View file

@ -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