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

4 lines
148 B
Plaintext
Raw Normal View History

2019-04-03 02:14:14 +00:00
#!/bin/bash
get-focused-window-properties | jq --raw-output '.rect|((.x|tostring)+","+(.y|tostring)+" "+(.width|tostring)+"x"+(.height|tostring))'