From 60d51394e5d86c74d3337b8a332913967e186882 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 28 Jan 2020 11:23:42 +1300 Subject: [PATCH] xmonad: resort memo places --- system/desktop/home-manager/xmonad/Memo.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/desktop/home-manager/xmonad/Memo.hs b/system/desktop/home-manager/xmonad/Memo.hs index 37b00ee..a3fd097 100644 --- a/system/desktop/home-manager/xmonad/Memo.hs +++ b/system/desktop/home-manager/xmonad/Memo.hs @@ -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