X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/330b33e258be1cc2ff5cb966c5654c3e1b1edbf4..9778630e5d065536276ab5c9f8bc7c541af0f5e0:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 5d8bb25..e493b87 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -279,7 +279,7 @@ case "$term" in ## or 3. Let's find out... case $(ldd $(command -v pterm) | grep libgtk) in libgtk-2*) t_wd=504 ;; - *) t_wd=502 ;; + *) t_wd=503 ;; esac t_lineht=13 t_vextra=23 geom=-geometry;; Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;