Delete window.sh

This commit is contained in:
OdiousImp2604
2021-03-28 14:15:46 +01:00
committed by GitHub
parent 6c5e41d488
commit 73f7717288

View File

@@ -1,6 +0,0 @@
swaymsg -t get_tree |
jq -r '.nodes[].nodes[] | if .nodes then [recurse(.nodes[])] else [] end + .floating_nodes | .[] | select(.nodes==[]) | ((.id | tostring) + "" + .name)' |
wofi -c ~/.config/wofi/menu -s ~/.config/wofi/style.css --show dmenu --lines 4 | {
read -r id name
swaymsg "[con_id=$id]" focused
}