forked from colonelpanic/dotfiles
[XMonad] Add normal rofi run command
This commit is contained in:
parent
f22c2ddc8e
commit
95b450df3b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user