aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/screenshot.sh
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-19 19:41:17 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-19 19:41:17 +0100
commit27e8028eba84aa75504aa14f524048f25d87a0ad (patch)
treef8877951cd5c91af05ccb51c37cf69eea091419e /.local/bin/screenshot.sh
parent5b4ea9efc3fb4d842190090c7f9e5f43cba9db75 (diff)
Tidy up tabs and spaces.
Diffstat (limited to '.local/bin/screenshot.sh')
-rwxr-xr-x.local/bin/screenshot.sh2
1 files changed, 1 insertions, 1 deletions
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
;;