X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/901d426f8e841337176c8a60deaf0ce29362040a..807c317e99426f8379fc55fc4d4bc98e67ec0f41:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 7f31539..89105c1 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=500 ;; + *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 @@ -441,7 +441,7 @@ EOF eval "${line#!}" ;; *) - set -- $line + eval "set -- $line" run bgclients "$@" ;; esac