From 8d69fb09f6e496437e21b9c5039a014e0b1ddc14 Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Sun, 30 Oct 2016 22:58:52 +0100 Subject: [PATCH] Remove keybindings for caja and redshift toggle, because they conflict with xinerama --- xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 964190a..fb88420 100644 --- a/xmonad.hs +++ b/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