diff options
Diffstat (limited to '.local')
-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() { |