4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
swaymsg -t get_tree | jq --raw-output '..|if .focused? == true then . else empty end'
|