summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index a67c275..064de03 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -112,7 +112,7 @@ bind = $mod, R, exec, $menu
bind = $mod, F, fullscreen, 0
bind = $mod, Tab, workspace, m+1
bind = $mod, P, exec, hyprpicker --autocopy
-bind = ALT, S, exec, grim -g "$(slurp)" - | wl-copy
+bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; grim -g "$(slurp)" - | wl-copy; rm -f /tmp/slurplock'
bind = $mod, left, movefocus, l
bind = $mod, right, movefocus, r