From de9063db20a66d55537e413910bdc6f44a09b745 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:39:59 +0300 Subject: [PATCH] lmao --- config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 89514d6e..341201b7 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -201,7 +201,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList -- myLayout = tiled ||| Mirror tiled ||| noBorders Full myLayout = smartSpacing 4 $fullscreenFull - $avoidStruts(tiled ||| Full ||| Grid ||| spiral (6/7) ||| Mirror tiled) + $avoidStruts(tiled ||| Full ||| Mirror tiled) where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio