Remove keybindings for caja and redshift toggle, because they conflict with xinerama

master
Lars Vierbergen 8 years ago
parent 9a71a2ce75
commit 8d69fb09f6
  1. 4
      xmonad.hs

@ -81,8 +81,8 @@ main = do
`additionalKeys`
[ ((modMask baseConfig .|. controlMask, xK_l), spawn "xscreensaver-command -lock")
, ((modMask baseConfig .|. controlMask, xK_s), spawn "systemctl hibernate")
, ((modMask baseConfig, xK_r), spawn "~/.xmonad/toggle-redshift.sh")
, ((modMask baseConfig, xK_e), spawn "caja")
-- , ((modMask baseConfig, xK_r), spawn "~/.xmonad/action-manager/command.sh redshift ~/.xmonad/actioncontrol")
-- , ((modMask baseConfig, xK_e), spawn "caja")
, ((0, xK_Print), spawn "scrot")
-- Normal Alt-Tab behavior
, ((mod1Mask, xK_Tab ), windows W.focusDown) -- %! Move focus to the next window

Loading…
Cancel
Save