X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/330b33e258be1cc2ff5cb966c5654c3e1b1edbf4..77619173fdf73ef9835c877f6376bcfc25733c28:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 5d8bb25..4e03412 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -278,10 +278,10 @@ case "$term" in ## The pterm width differs according to whether it's linked against Gtk 2 ## or 3. Let's find out... case $(ldd $(command -v pterm) | grep libgtk) in - libgtk-2*) t_wd=504 ;; - *) t_wd=502 ;; + *libgtk-2* | *libgtk-x11-2*) t_wd=504 ;; + *) t_wd=503 ;; esac - t_lineht=13 t_vextra=23 geom=-geometry;; + t_lineht=13 t_vextra=23 geom=-geometry;; Eterm) t_wd=504 t_lineht=13 t_vextra=23 geom=-g;; xterm) t_wd=507 t_lineht=13 t_vextra=27 geom=-geometry;; esac