From 4c15bd89f528fcb7f9039511cdebd19d2169cf1e Mon Sep 17 00:00:00 2001 From: tmu Date: Sun, 1 Jan 2023 16:02:16 -0700 Subject: start --- sway/switch.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 sway/switch.sh (limited to 'sway/switch.sh') diff --git a/sway/switch.sh b/sway/switch.sh new file mode 100755 index 0000000..62751b8 --- /dev/null +++ b/sway/switch.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +a="$(swaymsg -t get_tree | jq '.. | objects | select(.type == "con") | select(.focused == true) | .marks | index("t") != null')" + +#echo $a +if [ $a = "true" ]; then + swaymsg '[con_mark="l"] focus' +else + swaymsg 'mark --add "l"; [con_mark="t"] focus' +fi + -- cgit v1.2.3