aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/screenshot
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-28 16:06:16 -0500
committeriamcheeseman <[hidden email]>2026-01-28 16:06:16 -0500
commit73d7a1a7594bf80727fa999ff2111711c5f4cc64 (patch)
tree3cf7d071d514f05ac7eaecead97c0df4e5a05199 /.local/bin/screenshot
parentdbbc2a27a45c8a119df3e2aa8bd12876d526c29b (diff)
update stuff frfr
Diffstat (limited to '.local/bin/screenshot')
-rwxr-xr-x.local/bin/screenshot6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/screenshot b/.local/bin/screenshot
index 20c98af..fb50efe 100755
--- a/.local/bin/screenshot
+++ b/.local/bin/screenshot
@@ -3,9 +3,9 @@
maim -u | feh -F - &
id=$!
-maim -suc 1,1,1 > /tmp/cropped.png
-xclip -selection clipboard -t image/png /tmp/cropped.png
+maim -suc 1,1,1 > /tmp/screenshot.png
+xclip -selection clipboard -t image/png /tmp/screenshot.png
kill $id
-notify-send -u low -a "maim" -i /tmp/cropped.png "Screenshot captured"
+notify-send -u low -a "maim" -i /tmp/screenshot.png "Screenshot captured"