summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archive/.xmonad/xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/archive/.xmonad/xmonad.hs b/archive/.xmonad/xmonad.hs
index bf2a681b..864f3e4f 100644
--- a/archive/.xmonad/xmonad.hs
+++ b/archive/.xmonad/xmonad.hs
@@ -152,9 +152,9 @@ myLayoutHook = maximize $
-- magnification setting of 1.31 allows slave mutt windows to display
-- their 90 columns properly on artemis' 1280x screen.
-myEditing = limitWindows 7 $
+myEditing = limitWindows 4 $
-- small screens: magnifiercz' 1.31 $
- FixedColumn 1 20 90 10
+ Tall 1 0.03 0.5
-- myReadWriting = resizeHorizontal 600 $
-- resizeHorizontalRight 600 $