blob: c7e999a3d54f18d59176a2629dd628b505cc055a [file] [log] [blame]
Skyler Greyff715622022-09-01 23:59:07 +01001export id="$(swaymsg -t get_tree | jq -r '.nodes[].nodes[] | select(.name == "__i3_scratch").floating_nodes | reverse[] | ((.id | tostring) + "\t" + (.app_id // .window_properties.class) + "\t" + .name)' | wofi --show dmenu --prompt "Select window to restore" | awk '{print $1;}')"
2echo Showing $id
3swaymsg "[con_id=$id]" focus