From 194d8d7d7c5d235b9c264f19df7126114d16577a Mon Sep 17 00:00:00 2001 From: Alexis Williams <107479436+abstralexis@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:40:04 +0000 Subject: [PATCH] fix(#60): disable slurp border weight This should theoretically fix issue #60 - removal of the slurp border should mean that it is not captured for simple selections to clipboard. The selected area should still be visible by the difference between the background area saturation and the foreground. --- hyprshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprshot b/hyprshot index 0fb976f..d2f0140 100755 --- a/hyprshot +++ b/hyprshot @@ -196,7 +196,7 @@ function grab_selected_output() { } function grab_region() { - slurp -d + slurp -d -w 0 } function grab_window() {