From 302e97587f156467aa702c9b7ebdfdb2e488b8c6 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 6 Sep 2025 22:34:23 +0900 Subject: [PATCH 1/2] Remove vim stuff from waybar config --- waybar/config | 1 - 1 file changed, 1 deletion(-) diff --git a/waybar/config b/waybar/config index 942bae8..997e15d 100644 --- a/waybar/config +++ b/waybar/config @@ -1,4 +1,3 @@ -// -*- mode: jsonc -*- { "spacing": 4, From 4ba91b1753d36ee1bb781b5324bc58f125a11c77 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 11 Sep 2025 09:05:30 +0900 Subject: [PATCH 2/2] 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 │ + └───────────────────────────────────────────┘