summaryrefslogtreecommitdiff
path: root/bin/extra/fzwin
blob: 4e1cc792b2d146612995fc2a9f828497496ce10c (plain)
1
2
3
4
5
#!/bin/sh
hyprctl clients -j |
	jq '.[].pid' |
	fzf --preview "hyprctl clients -j |
	jq '.[] | select(.pid == {}) | {class, title, workspace, xwayland}'"