aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:33:03 +0100
committerGravatar Tom Willemse2013-11-26 01:33:15 +0100
commit174886da3b6b2a7aff0de36c1c87c1d5b2926fa4 (patch)
tree916c95c1fe24000d4865b954ee1099ef86e14560
parent3b324baa7f506fb8325eb290abbc3a592bc730d1 (diff)
downloadstumpwm-174886da3b6b2a7aff0de36c1c87c1d5b2926fa4.tar.gz
stumpwm-174886da3b6b2a7aff0de36c1c87c1d5b2926fa4.zip
Update desktop configuration
This new configuration adds room for a second emacs frame which contains my usual chat buffer(s). To keep an eye on things. It does this by reducing the terminal window's height to 24 lines.
-rw-r--r--.stumpwm.d/desktop.lisp30
1 files changed, 19 insertions, 11 deletions
diff --git a/.stumpwm.d/desktop.lisp b/.stumpwm.d/desktop.lisp
index c180a17..05e7b43 100644
--- a/.stumpwm.d/desktop.lisp
+++ b/.stumpwm.d/desktop.lisp
@@ -10,16 +10,24 @@
:Y 0
:WIDTH 1110
:HEIGHT 1080
- :WINDOWS (14680090)
- :CURRENT 14680090)
- #S(FDUMP
- :NUMBER 1
- :X 1110
- :Y 0
- :WIDTH 810
- :HEIGHT 1080
- :WINDOWS (20971527)
- :CURRENT 20971527))
+ :WINDOWS (16777242)
+ :CURRENT 16777242)
+ (#S(FDUMP
+ :NUMBER 1
+ :X 1110
+ :Y 0
+ :WIDTH 810
+ :HEIGHT 440
+ :WINDOWS NIL
+ :CURRENT NIL)
+ #S(FDUMP
+ :NUMBER 3
+ :X 1110
+ :Y 440
+ :WIDTH 810
+ :HEIGHT 640
+ :WINDOWS NIL
+ :CURRENT NIL)))
#S(FDUMP
:NUMBER 2
:X 1920
@@ -28,6 +36,6 @@
:HEIGHT 1050
:WINDOWS NIL
:CURRENT NIL))
- :CURRENT 1))
+ :CURRENT 0))
:CURRENT 1))
:CURRENT 0) \ No newline at end of file