Skyler Grey | 0f2c838 | 2022-05-24 13:15:50 +0100 | [diff] [blame^] | 1 | export id="$(swaymsg -t get_tree | jq -r '.nodes[].nodes[] | select(.name == "__i3_scratch").floating_nodes[] | ((.id | tostring) + "\t" + (.app_id // .window_properties.class) + "\t" + .name)' | rofi -dmenu | awk '{print $1;}')" |
2 | echo Showing $id | ||||
3 | swaymsg "[con_id=$id]" focus |