Testing wofi with alt-tab
Functional, but needs to be styled
This commit is contained in:
parent
8c1eddbf83
commit
f69be11cc6
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
swaymsg -t get_tree |
|
||||||
|
|
||||||
|
jq -r '.nodes[].nodes[] | if .nodes then [recurse(.nodes[])] else [] end + .floating_nodes | .[] | select(.nodes==[]) | if .app_id then ((.app_id | tostring) + " -- " + .name) else .name end' |
|
||||||
|
grep -v '__i3_scratch' |
|
||||||
|
sed -e 's/\([^\-]\)\- *[^\-]*$/\1/' |
|
||||||
|
|
||||||
|
sed -e 's/^\([0-9]*\)\t*\(.*\)/\2 \1/' |
|
||||||
|
|
||||||
|
wofi -I --show dmenu | {
|
||||||
|
read -r id name
|
||||||
|
swaymsg "[con_id=$id]" focus
|
||||||
|
}
|
Loading…
Reference in New Issue