From 22536afc799ef689ac0e66b2271dcd1864a26f3b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 20 Jun 2025 16:18:12 +0200 Subject: [PATCH] adds hyprpicker bind --- .config/hypr/config/keybinds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/hypr/config/keybinds.conf b/.config/hypr/config/keybinds.conf index 17b57ca..743ad8a 100644 --- a/.config/hypr/config/keybinds.conf +++ b/.config/hypr/config/keybinds.conf @@ -153,6 +153,9 @@ bind = $shiftMod, PRINT, exec, hyprshot -m region # Screenrec bind = $mainMod, S, exec, ~/.config/hypr/scripts/record-or-screenshot.sh +# ======= Color Picker ======= +bindd = $mainMod, P, Launch hyprpicker to pick a color, exec, hyprpicker -a + # ======= Additional Settings ======= bind = $mainMod, c, exec, cliphist list | tofi --prompt-text="clip:" | cliphist decode | wl-copy