aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-10 17:52:13 -0400
committerBardofSprites <[email protected]>2025-03-10 17:52:13 -0400
commit2c50c8242d69f24cb40abdd7c7a6be3365a9b36b (patch)
tree681e2928ee1c92ec9f857f13ce2225fc86970f20 /xmonad
parent02edba5350110fccba2e1a646e4d100fe1809356 (diff)
remove full
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/.config/xmonad/xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs
index 254963c..6d58097 100644
--- a/xmonad/.config/xmonad/xmonad.hs
+++ b/xmonad/.config/xmonad/xmonad.hs
@@ -152,7 +152,7 @@ myTabConfig = def { activeColor = bg_alt
, fontName = "xft:Iosevka Comfy:size=13"
}
-myLayout = tiled ||| Mirror tiled ||| Full ||| tabbedBottom
+myLayout = tiled ||| Mirror tiled ||| tabbedBottom
where
tiled = Tall nmaster delta ratio
nmaster = 1 -- Default number of windows in the master pane