xmonad: proper memo placement
This commit is contained in:
parent
5f15710bec
commit
3abb49699f
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ instance ExtensionClass MemoStorage where
|
|||
, (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.25 0.00 0.4 0.4) -- oben mitte
|
||||
, (W.RationalRect 0.25 0.60 0.4 0.4) -- unten mitte
|
||||
, (W.RationalRect 0.00 0.25 0.4 0.4) -- links mitte
|
||||
, (W.RationalRect 0.60 0.25 0.4 0.4) -- rechts mitte
|
||||
, (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
|
||||
])
|
||||
|
||||
nextRectangle :: X W.RationalRect
|
||||
|
|
Loading…
Reference in a new issue