From bc7e286d28fb2bd49e427eaefa0613d582391529 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 30 Jan 2021 03:02:48 +0400 Subject: Changed bindings of working with master area in xmonad --- .config/xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/xmonad') diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 9530edd..1c7ac0a 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -117,10 +117,10 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ , ((modm .|. shiftMask, xK_k ), windows W.swapUp ) -- Shrink the master area - , ((modm, xK_h ), sendMessage Shrink) + , ((modm .|. shiftMask, xK_h ), sendMessage Shrink) -- Expand the master area - , ((modm, xK_l ), sendMessage Expand) + , ((modm .|. shiftMask, xK_l ), sendMessage Expand) -- Push window back into tiling , ((modm, xK_t ), withFocused $ windows . W.sink) -- cgit v1.2.3