1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 11:19:04 -05:00
dotfiles/fish/functions/sway-prop.fish
2022-03-06 23:48:41 -05:00

4 lines
327 B
Fish

function sway-prop --wraps=swaymsg\ -t\ get_tree\ \|\ jq\ \'..\ \|\ select\(.type\?\)\ \|\ select\(.focused==true\)\' --description alias\ sway-prop\ swaymsg\ -t\ get_tree\ \|\ jq\ \'..\ \|\ select\(.type\?\)\ \|\ select\(.focused==true\)\'
swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true)' $argv;
end