4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
get-focused-window-properties | jq --raw-output '.rect|((.x|tostring)+","+(.y|tostring)+" "+(.width|tostring)+"x"+(.height|tostring))'
|