X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/901d426f8e841337176c8a60deaf0ce29362040a..db6e1e360089e2b8679f6f6018e4fd12edae6510:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 7f31539..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=500 ;; + *) t_wd=503 ;; esac t_lineht=13 t_vextra=23 geom=-geometry;; Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;;