From 0771c3977a6b7bc00057cf7d756f3bbd184af0dc Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:26:20 +0300 Subject: [PATCH] Revert "attempt to do fullscreen 1" This reverts commit 64be2c122da0239359e02ccd8e0b88e18107b7a4. --- 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 261dc9d9..60ce2504 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -195,7 +195,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList -- The available layouts. Note that each layout is separated by |||, -- which denotes layout choice. -- -myLayout = toggleLayouts (tiled ||| Mirror tiled ||| Full) +myLayout = tiled ||| Mirror tiled ||| Full where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio