From a747fbb99240fe36038dc89d4b63a117fbdd0e2c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:12:27 +0400 Subject: [PATCH] asdf --- 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 0c39f848..ce3da59c 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -205,7 +205,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 = toggleLayouts (noBorders Full) (tiled ||| Mirror tiled) where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio