[XMonad] Add binding for copyq_rofi

This commit is contained in:
Ivan Malison 2016-09-30 17:27:02 -07:00
parent 1434f817f7
commit 11513a19be
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -40,6 +40,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm .|. controlMask, xK_t), spawn "restart.sh taffybar")
-- TODO: Change this to bringing the window to the current workspace
, ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"])
, ((modm, xK_y), spawn "copyq_rofi.sh")
, ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full")
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
] ++