summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr')
-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 064de03..b54eb07 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -111,7 +111,7 @@ bind = $mod, V, togglefloating
bind = $mod, R, exec, $menu
bind = $mod, F, fullscreen, 0
bind = $mod, Tab, workspace, m+1
-bind = $mod, P, exec, hyprpicker --autocopy
+bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --autocopy; rm -f /tmp/hyprpickerlock'
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