diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-06 19:00:13 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-06 19:00:13 +0100 |
| commit | 6254a0b7b103ae9f399f0cc1c7a6ed79a82f8701 (patch) | |
| tree | f3f85f778c87a773cca8c1f58f74e4d7103b97fc | |
| parent | 6e5c3207bfa19a5335e51925d3369fa60d1c2320 (diff) | |
Updated to work with Cow ( FVWM for Wayland ).
| -rwxr-xr-x | .local/bin/screenshot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/screenshot.sh b/.local/bin/screenshot.sh index 3a6eee2..2d96a18 100755 --- a/.local/bin/screenshot.sh +++ b/.local/bin/screenshot.sh @@ -17,7 +17,6 @@ case $1 in # Take a screenshot of the focused window # geometry=$(mmsg get focusing-client | jq -r '"\(.x),\(.y) \(.width)x\(.height)"') geometry=$(moocow winops -I | jq -r '.data.frame | "\(.x),\(.y) \(.width)x\(.height)"') - grim -g "$geometry" -t jpeg ~/Pictures/Screenshots/"$(date +%Y-%m-%d_%H-%m-%s)".jpg ;; *) |
