diff options
author | awy <awy@awy.one> | 2024-10-27 20:50:16 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-27 20:50:16 +0300 |
commit | 167bad44cb71f866d3192fef0a792738b9d4bfc3 (patch) | |
tree | 893848827a1ffdfc15a3a8413b77101c48066eb2 /.local/bin/hyprshot | |
parent | 00ef6b2900e7e69b94a1d3919d94a2550384e133 (diff) |
jpeg
Diffstat (limited to '.local/bin/hyprshot')
-rwxr-xr-x | .local/bin/hyprshot | 4 |
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() { |