aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/hyprshot
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-10-27 20:50:16 +0300
committerawy <awy@awy.one>2024-10-27 20:50:16 +0300
commit167bad44cb71f866d3192fef0a792738b9d4bfc3 (patch)
tree893848827a1ffdfc15a3a8413b77101c48066eb2 /.local/bin/hyprshot
parent00ef6b2900e7e69b94a1d3919d94a2550384e133 (diff)
jpeg
Diffstat (limited to '.local/bin/hyprshot')
-rwxr-xr-x.local/bin/hyprshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/hyprshot b/.local/bin/hyprshot
index f8398a1..7036c84 100755
--- a/.local/bin/hyprshot
+++ b/.local/bin/hyprshot
@@ -3,11 +3,11 @@
part() {
geometry="$(slurp)"
sleep "0.5"
- grim -g "${geometry}" - | wl-copy
+ grim -g "${geometry}" -t jpeg - | wl-copy
}
full() {
- grim - | wl-copy
+ grim -t jpeg - | wl-copy
}
rec() {