From: Mark Wooding Date: Fri, 22 Apr 2016 17:38:28 +0000 (+0100) Subject: dot/xinitrc: Decrease the amount of space reserved on the right. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/6c3d0b2327b3bb35ee041e01dbd06ef98c159333 dot/xinitrc: Decrease the amount of space reserved on the right. --- diff --git a/dot/xinitrc b/dot/xinitrc index 9b4ab28..215e27e 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -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. ##