[XMonad] Add normal rofi run command

This commit is contained in:
Ivan Malison 2016-09-19 11:07:03 -07:00
parent f22c2ddc8e
commit 95b450df3b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -30,6 +30,7 @@ shiftThenView i = W.greedyView i . W.shift i
addKeys conf@XConfig {modMask = modm} = addKeys conf@XConfig {modMask = modm} =
[ ((modm, xK_p), spawn "rofi -show drun") [ ((modm, xK_p), spawn "rofi -show drun")
, ((modm .|. shiftMask, xK_p), spawn "rofi -show run")
, ((modm, xK_g), spawn "rofi -show window") , ((modm, xK_g), spawn "rofi -show window")
-- , ((modm, xK_s), sequence_ [shiftNextScreen, nextScreen]) -- , ((modm, xK_s), sequence_ [shiftNextScreen, nextScreen])
-- TODO: Change this to bringing the window to the current workspace -- TODO: Change this to bringing the window to the current workspace