From 6254a0b7b103ae9f399f0cc1c7a6ed79a82f8701 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 6 Aug 2026 19:00:13 +0100 Subject: Updated to work with Cow ( FVWM for Wayland ). --- .local/bin/screenshot.sh | 1 - 1 file changed, 1 deletion(-) (limited to '.local') 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 ;; *) -- cgit v1.3