X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/1efec7a824559b3c04aab3fe223a72602dff6c38..e8f132bdb8cc5e94ad7f04f8530e38bbd8da5d3c:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index e493b87..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 ;; + *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