forked from colonelpanic/dotfiles
[XMonad] Add binding for rofi_command.sh
This commit is contained in:
parent
3676f88e23
commit
e3fd21ab6e
@ -711,6 +711,7 @@ addKeys conf@XConfig { modMask = modm } =
|
||||
, ((hyper, xK_p), spawn "rofi-pass")
|
||||
, ((hyper, xK_h), spawn "screenshot.sh")
|
||||
, ((hyper, xK_c), spawn "shell_command.sh")
|
||||
, ((hyper, xK_x), spawn "rofi_command.sh")
|
||||
, ((hyper .|. shiftMask, xK_l), spawn "dm-tool lock")
|
||||
, ((hyper, xK_l), selectLayout)
|
||||
, ((hyper, xK_k), spawn "rofi_kill_process.sh")
|
||||
|
Loading…
Reference in New Issue
Block a user