hyprland: add hyprpicker + Super+A color picker bind
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
a76add2da8
commit
7cdc627364
1 changed files with 4 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue