[XMonad] Add binding for rofi_command.sh

This commit is contained in:
Ivan Malison 2017-03-10 17:29:20 -08:00
parent 3676f88e23
commit e3fd21ab6e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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