From 27e8028eba84aa75504aa14f524048f25d87a0ad Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 19 Aug 2026 19:41:17 +0100 Subject: Tidy up tabs and spaces. --- .local/bin/screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/screenshot.sh b/.local/bin/screenshot.sh index 5c6baca..439929e 100755 --- a/.local/bin/screenshot.sh +++ b/.local/bin/screenshot.sh @@ -17,7 +17,7 @@ case $1 in 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 ;; - *) + *) # Take a screenshot of the currently focused output and save it into screenshots grim -o "$output" -t jpeg ~/Pictures/Screenshots/"$(date +%Y-%m-%d_%H-%m-%s)".jpg ;; -- cgit v1.3