vanadium/xmonad: rename tall layout

This commit is contained in:
Primrose 2025-07-01 20:36:44 +02:00
parent 0421536d27
commit f38aaa62af
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -16,6 +16,7 @@ import XMonad.Util.SpawnOnce (spawnOnce)
import XMonad.Layout.NoBorders (smartBorders)
import XMonad.Layout.Reflect (reflectHoriz)
import XMonad.Layout.Spacing (smartSpacingWithEdge)
import XMonad.Layout.Renamed (named)
import XMonad.Layout.ResizableTile (ResizableTall(ResizableTall), MirrorResize (MirrorShrink, MirrorExpand))
import XMonad.Hooks.ManageHelpers (isFullscreen, (~?), composeOne, (-?>))
@ -93,9 +94,10 @@ main = xmonad
let tallr = reflectMsg . reflectHoriz
$ ResizableTall 1 (1/10) (3/7) []
in smartBorders
( smartSpacingWithEdge 5 tallr
||| Full
)
( named "Normal"
(smartSpacingWithEdge 5 tallr)
||| Full
)
, manageHook =
let