xmonad: Run rofi-pass to fill in passwords
This commit is contained in:
parent
b71cdcc218
commit
617d9c5318
1 changed files with 2 additions and 0 deletions
|
|
@ -47,9 +47,11 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ def
|
||||||
, ("M-C-s", unGrab *> spawn "scrot -s")
|
, ("M-C-s", unGrab *> spawn "scrot -s")
|
||||||
, ("M-b", sendMessage Docks.ToggleStruts)
|
, ("M-b", sendMessage Docks.ToggleStruts)
|
||||||
, ("M-p", spawn appLauncher)
|
, ("M-p", spawn appLauncher)
|
||||||
|
, ("M-i", spawn passLauncher)
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
appLauncher = "rofi -show combi -modes combi -combi-modes window,drun,run,ssh"
|
appLauncher = "rofi -show combi -modes combi -combi-modes window,drun,run,ssh"
|
||||||
|
passLauncher = "rofi-pass"
|
||||||
|
|
||||||
|
|
||||||
-- myManageHook :: ManageHook
|
-- myManageHook :: ManageHook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue