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 │ + └───────────────────────────────────────────┘ 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,