From 7b643609d87a4698eae44b80b3e6b481fc392009 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 11 Jan 2022 20:43:07 -0700 Subject: Fix so that shrinks the alt window, not expand it --- src/Internal/Keys.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Internal/Keys.hs') diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index 51a1453..3189ddb 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -171,7 +171,7 @@ keymap = runKeys $ do bind xK_minus $ do justMod $ sendMessage (IncMasterN (-1)) - shiftMod $ withFocused $ sendMessage . expandWindowAlt + shiftMod $ withFocused $ sendMessage . shrinkWindowAlt bind xK_m $ do justMod $ subkeys $ -- cgit