emacs update. improvements
[distro-setup] / i3-emacs
index f3eb1164a5ad0b5e30df34578e61f5acbadc285a..bc383103bf3abb4b26c2fbdc2c0371030809058b 100755 (executable)
--- a/i3-emacs
+++ b/i3-emacs
@@ -32,7 +32,7 @@ if [[ $id ]]; then
   if [[ $cur_workspace == 2 && $h ]]; then
     i3-msg "swap container with con_id $id; [con_id=\"$id\"] focus"
   else
-    i3-msg '[con_id="'$id'"] move workspace current'
+    i3-msg "[con_id=\"$id\"] focus"
   fi
 else