emacs update. improvements
[distro-setup] / i3-abrowser
index 83c216a485654ff4da813493435a2853f863d9f1..8c5a208f8e7e61cb50c09cb162d24c4512f55160 100755 (executable)
@@ -50,7 +50,7 @@ if i3-msg -t get_tree | jq --stream -r 'select(.[1]|scalars!=null) | "\(.[0]|joi
   if [[ $cur_workspace == 2 && $h ]]; then
     i3-msg "swap container with mark abrowser; [con_mark=\"abrowser\"] focus"
   else
-    i3-msg '[con_mark="abrowser"] move workspace current'
+    i3-msg "[con_mark=\"abrowser\"] focus"
   fi
 
 else