diff --git a/settings/hyprland.nix b/settings/hyprland.nix index a6b608a..568a1b8 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -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 })