From f9573f9a99bbe89c50755e4d75fa73c47b10173f Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 30 Oct 2022 19:35:06 +0100 Subject: [PATCH] Xmonad stuff --- xmonad/.xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/.xmonad/xmonad.hs b/xmonad/.xmonad/xmonad.hs index 1d1524c..3de3967 100644 --- a/xmonad/.xmonad/xmonad.hs +++ b/xmonad/.xmonad/xmonad.hs @@ -177,7 +177,7 @@ toggleFull = floats <- gets (W.floating . windowset) if M.member wid floats then withFocused $ windows . W.sink - else withFocused $ windows . (flip W.float $ W.RationalRect 0 0 1 1) + else withFocused $ windows . flip W.float (W.RationalRect 0 0 1 1) myLayout = avoidStruts $ tiled ||| Mirror tiled ||| noBorders Full where