From 93db1c9c8b472e2966b51a3e370da01102824556 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:43:57 +0300 Subject: [PATCH] that didnt work --- config/xmonad/xmonad.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 879e0e64..65507743 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -198,10 +198,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList -- The available layouts. Note that each layout is separated by |||, -- which denotes layout choice. -- --- myLayout = tiled ||| Mirror tiled ||| noBorders Full -myLayout = smartSpacing 10 - $fullscreenFull - $avoidStruts(tiled ||| Full ||| Mirror tiled) + myLayout = tiled ||| Mirror tiled ||| noBorders Full where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio