chiark / gitweb /
dot/xinitrc: Decrease the amount of space reserved on the right.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Apr 2016 17:38:28 +0000 (18:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Apr 2016 17:38:28 +0000 (18:38 +0100)
dot/xinitrc

index 9b4ab28f7d40dd966ee92d65dae5c9e36fb2c427..215e27eb33c2b53e98c986d64655928cbeebcfea 100755 (executable)
@@ -252,7 +252,7 @@ case "$term" in
 esac
 
 ## GNOME stuff measurements.
-declare -i xbound="XWIDTH - 113"
+declare -i panelwd=64 xbound=$(( XWIDTH - panelwd ))
 
 ## Choose a width for Emacs.
 ##