4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
swaymsg -t get_tree | jq --raw-output '..|select(.focused? == true)'
|