1
0
Fork 0
dotfiles/files/bin/get-focused-window-properties

4 lines
82 B
Plaintext
Raw Normal View History

2019-04-03 02:14:14 +00:00
#!/bin/bash
2019-04-04 21:44:39 +00:00
swaymsg -t get_tree | jq --raw-output '..|select(.focused? == true)'