diff options
| author | iamcheeseman <[hidden email]> | 2026-01-28 16:06:16 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-28 16:06:16 -0500 |
| commit | 73d7a1a7594bf80727fa999ff2111711c5f4cc64 (patch) | |
| tree | 3cf7d071d514f05ac7eaecead97c0df4e5a05199 /.local/bin/screenshot | |
| parent | dbbc2a27a45c8a119df3e2aa8bd12876d526c29b (diff) | |
update stuff frfr
Diffstat (limited to '.local/bin/screenshot')
| -rwxr-xr-x | .local/bin/screenshot | 6 |
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" |
