mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
vanadium/xmonad: rotate accordion 90 degrees
This commit is contained in:
parent
f525007c3d
commit
f27de9f059
1 changed files with 4 additions and 5 deletions
|
|
@ -72,13 +72,11 @@ main =
|
||||||
myLayout =
|
myLayout =
|
||||||
avoidStruts
|
avoidStruts
|
||||||
$ smartBorders
|
$ smartBorders
|
||||||
$ onWorkspace researchWS (ifMaxToggle 2 grid accordion)
|
$ onWorkspace researchWS (toggleLayouts grid accordion)
|
||||||
$ onWorkspace chatWS (ifMaxToggle 2 grid accordion)
|
$ onWorkspace chatWS (toggleLayouts grid accordion)
|
||||||
$ onWorkspace multimediaWS (ifMaxToggle 2 grid accordion)
|
$ onWorkspace multimediaWS (toggleLayouts grid accordion)
|
||||||
$ toggleLayouts (focusTracking Full) (mag tallr)
|
$ toggleLayouts (focusTracking Full) (mag tallr)
|
||||||
where
|
where
|
||||||
ifMaxToggle n tog l = ifMax n l (toggleLayouts tog l)
|
|
||||||
|
|
||||||
tallr =
|
tallr =
|
||||||
renamed [ Replace "Tall" ]
|
renamed [ Replace "Tall" ]
|
||||||
$ smartSpacingWithEdge 5
|
$ smartSpacingWithEdge 5
|
||||||
|
|
@ -96,6 +94,7 @@ myLayout =
|
||||||
renamed [ Replace "Accordion" ]
|
renamed [ Replace "Accordion" ]
|
||||||
$ smartSpacingWithEdge 5
|
$ smartSpacingWithEdge 5
|
||||||
$ limitSlice 3
|
$ limitSlice 3
|
||||||
|
$ Mirror
|
||||||
$ Accordion
|
$ Accordion
|
||||||
|
|
||||||
isSioyek :: Query Bool
|
isSioyek :: Query Bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue