hyprland: add hyprpicker + Super+A color picker bind

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-01 20:56:56 +01:00
parent a76add2da8
commit 7cdc627364

View file

@ -52,6 +52,7 @@ in
hyprlock
hypridle
hyprshot
hyprpicker
networkmanagerapplet
pavucontrol
polkit_gnome
@ -306,6 +307,9 @@ in
-- Custom shortcuts
hl.bind(mod .. " + Z", hl.dsp.exec_cmd("zen-beta"))
-- Color picker copies hex to clipboard
hl.bind(mod .. " + A", hl.dsp.exec_cmd("hyprpicker -a"))
-- Mouse window manipulation
hl.bind(mod .. " + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind(mod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true })