xmonad: resort memo places

This commit is contained in:
Ingolf Wagner 2020-01-28 11:23:42 +13:00
parent 856568a4b4
commit 60d51394e5
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -20,14 +20,14 @@ instance ExtensionClass MemoStorage where
initialValue =
MemoStorage
(cycle
[ (W.RationalRect 0.0 0.0 0.4 0.4) -- oben links
[ (W.RationalRect 0.6 0.0 0.4 0.4) -- oben rechts
, (W.RationalRect 0.6 0.3 0.4 0.4) -- mitte rechts
, (W.RationalRect 0.6 0.6 0.4 0.4) -- unten rechts
, (W.RationalRect 0.6 0.0 0.4 0.4) -- oben rechts
, (W.RationalRect 0.0 0.6 0.4 0.4) -- unten links
, (W.RationalRect 0.3 0.0 0.4 0.4) -- oben mitte
, (W.RationalRect 0.3 0.6 0.4 0.4) -- unten mitte
, (W.RationalRect 0.0 0.3 0.4 0.4) -- links mitte
, (W.RationalRect 0.6 0.3 0.4 0.4) -- rechts mitte
, (W.RationalRect 0.0 0.6 0.4 0.4) -- unten links
, (W.RationalRect 0.0 0.3 0.4 0.4) -- mitte links
, (W.RationalRect 0.0 0.0 0.4 0.4) -- oben links
, (W.RationalRect 0.3 0.0 0.4 0.4) -- oben mitte
])
nextRectangle :: X W.RationalRect