dot/e16-bindings, dot/xinitrc: Fix shell quoting for `pavucontrol'.
[profile] / dot / xinitrc
index cfbfdbd..89105c1 100755 (executable)
@@ -263,6 +263,7 @@ case "$e_ver" in
   emacs24) e_hextra=5 e_cextra=-6 e_vextra=42 ;;
   emacs23-lucid) e_hextra=7 e_cextra=-6 e_vextra=48 ;;
   emacs24-lucid) e_hextra=7 e_cextra=-5 e_vextra=48 ;;
+  emacs26-lucid) e_hextra=5 e_cextra=-6 e_vextra=51 ;;
 esac
 e_colwd=$(( e_colsz*e_charwd + e_colextra ))
 e_colchars=$(( e_colsz + e_colextrachars ))
@@ -277,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
@@ -440,7 +441,7 @@ EOF
        eval "${line#!}"
        ;;
       *)
-       set -- $line
+       eval "set -- $line"
        run bgclients "$@"
        ;;
     esac