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
|
hyprlock
|
||||||
hypridle
|
hypridle
|
||||||
hyprshot
|
hyprshot
|
||||||
|
hyprpicker
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
pavucontrol
|
pavucontrol
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
|
|
@ -306,6 +307,9 @@ in
|
||||||
-- Custom shortcuts
|
-- Custom shortcuts
|
||||||
hl.bind(mod .. " + Z", hl.dsp.exec_cmd("zen-beta"))
|
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
|
-- Mouse window manipulation
|
||||||
hl.bind(mod .. " + mouse:272", hl.dsp.window.drag(), { mouse = true })
|
hl.bind(mod .. " + mouse:272", hl.dsp.window.drag(), { mouse = true })
|
||||||
hl.bind(mod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true })
|
hl.bind(mod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue