diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index d6f1f6ea..2fe9cfeb 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -30,6 +30,7 @@ shiftThenView i = W.greedyView i . W.shift i addKeys conf@XConfig {modMask = modm} = [ ((modm, xK_p), spawn "rofi -show drun") + , ((modm .|. shiftMask, xK_p), spawn "rofi -show run") , ((modm, xK_g), spawn "rofi -show window") -- , ((modm, xK_s), sequence_ [shiftNextScreen, nextScreen]) -- TODO: Change this to bringing the window to the current workspace