Skip to content

Commit

Permalink
feat(xmoand): updated layouts in xmoand
Browse files Browse the repository at this point in the history
I changed default layout from Tall to Max and removed magnizised from
tall layouts. It was unecessary and was annoying me from a while
  • Loading branch information
Wittano committed Oct 20, 2024
1 parent 0eb92e3 commit f3b4513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/xmonad/src/Layout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ import XMonad.Layout.Spacing (spacing)
import XMonad.Layout.ToggleLayouts (toggleLayouts)
import XMonad.Layout.WindowArranger (windowArrange)

layout = tall ||| Mirror tall ||| maxLayout
layout = maxLayout ||| tall ||| Mirror tall
where
tall =
toggleLayouts floats $
windowArrange $
avoidStruts $
limitWindows 4 $
spacing 20 $
magnifiercz 1.5 $
Tall nmaster delta ratio
-- magnifiercz 1.5 $
Tall nmaster delta ratio
maxLayout = noBorders Full
floats = renamed [Replace "floats"] $ smartBorders simplestFloat
nmaster = 1
Expand Down

0 comments on commit f3b4513

Please sign in to comment.