aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-06 19:00:13 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-06 19:00:13 +0100
commit6254a0b7b103ae9f399f0cc1c7a6ed79a82f8701 (patch)
treef3f85f778c87a773cca8c1f58f74e4d7103b97fc /.local
parent6e5c3207bfa19a5335e51925d3369fa60d1c2320 (diff)
Updated to work with Cow ( FVWM for Wayland ).
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/screenshot.sh1
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
;;
*)