summaryrefslogtreecommitdiff
path: root/.local/bin/screenshot
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-08 12:24:02 +0530
committerryukamish <[email protected]>2026-06-08 12:24:02 +0530
commitfcd1c4bac7bc3c17124331ced6702d5bf72e71fa (patch)
tree2b177d471fd555d8eea11319ce10490ddde41508 /.local/bin/screenshot
parent51183654e84b12d38cf72d8581f950269d6b47c1 (diff)
screenshot options added and sway launching correctly
Diffstat (limited to '.local/bin/screenshot')
-rwxr-xr-x.local/bin/screenshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/screenshot b/.local/bin/screenshot
index 7328c10..b7ab422 100755
--- a/.local/bin/screenshot
+++ b/.local/bin/screenshot
@@ -20,6 +20,7 @@ case "$1" in
;;
*)
grim -t png $HOME/pictures/Screenshots/$(date +$filename)
+ sleep 1 && notify-send "SCREENSHOT" "Screenshot saved to $XDG_PICTURES_DIR/Screenshots"
;;
esac