mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/xmonad: rename tall layout
This commit is contained in:
parent
0421536d27
commit
f38aaa62af
1 changed files with 5 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ import XMonad.Util.SpawnOnce (spawnOnce)
|
||||||
import XMonad.Layout.NoBorders (smartBorders)
|
import XMonad.Layout.NoBorders (smartBorders)
|
||||||
import XMonad.Layout.Reflect (reflectHoriz)
|
import XMonad.Layout.Reflect (reflectHoriz)
|
||||||
import XMonad.Layout.Spacing (smartSpacingWithEdge)
|
import XMonad.Layout.Spacing (smartSpacingWithEdge)
|
||||||
|
import XMonad.Layout.Renamed (named)
|
||||||
import XMonad.Layout.ResizableTile (ResizableTall(ResizableTall), MirrorResize (MirrorShrink, MirrorExpand))
|
import XMonad.Layout.ResizableTile (ResizableTall(ResizableTall), MirrorResize (MirrorShrink, MirrorExpand))
|
||||||
|
|
||||||
import XMonad.Hooks.ManageHelpers (isFullscreen, (~?), composeOne, (-?>))
|
import XMonad.Hooks.ManageHelpers (isFullscreen, (~?), composeOne, (-?>))
|
||||||
|
|
@ -93,7 +94,8 @@ main = xmonad
|
||||||
let tallr = reflectMsg . reflectHoriz
|
let tallr = reflectMsg . reflectHoriz
|
||||||
$ ResizableTall 1 (1/10) (3/7) []
|
$ ResizableTall 1 (1/10) (3/7) []
|
||||||
in smartBorders
|
in smartBorders
|
||||||
( smartSpacingWithEdge 5 tallr
|
( named "Normal"
|
||||||
|
(smartSpacingWithEdge 5 tallr)
|
||||||
||| Full
|
||| Full
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue