From 4ba91b1753d36ee1bb781b5324bc58f125a11c77 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 11 Sep 2025 09:05:30 +0900 Subject: [PATCH] Add hyprpick color picker keybindings --- hypr/keybindings.conf | 3 +++ hypr/shortcuts.txt | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 4b4a0d0..5efc4b5 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -16,6 +16,9 @@ bind = CTRL, PRINT, exec, hyprshot -m output -m DP-1 bind = , PRINT, exec, hyprshot -m window bind = SHIFT, PRINT, exec, hyprshot -m region +# Color picker +bind = $mainMod, C, exec, hyprpicker --autocopy + # Lock bind = $mainMod, L, exec, ~/.config/hypr/scripts/lock.sh bind = $mainMod SHIFT, L, exec, wlogout --protocol layer-shell diff --git a/hypr/shortcuts.txt b/hypr/shortcuts.txt index bd8cdd8..b919446 100644 --- a/hypr/shortcuts.txt +++ b/hypr/shortcuts.txt @@ -18,4 +18,6 @@ │ SUPER + LMB (drag) Move window │ │ SUPER + L Lock screen │ │ SUPER + RMB (drag) Resize window │ │ SUPER + SHIFT + L Logout menu │ │ SUPER + SHIFT + ←/→/↑/↓ Swap window with neighbor │ └───────────────────────────────────────────┘ -└────────────────────────────────────────────────────┘ +└────────────────────────────────────────────────────┘ ┌──────────────── Colorpicker ──────────────┐ + │ SUPER + C Pick a color │ + └───────────────────────────────────────────┘