summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-10 16:02:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-22 23:31:01 -0700
commit0f254435ac2df28b31023768bc4d97bb00a2eaf2 (patch)
treed941f41b2a51c3da0f4797e63d9ab543d49846d9
parent48b7b199618c691416cc0142581dd0b62bbfc1b3 (diff)
downloaddotfiles-0f254435ac2df28b31023768bc4d97bb00a2eaf2.tar.gz
hephaestus new monitor
-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 $