diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 67f5e24..f788cab 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -64,6 +64,12 @@ in "CTRL+ALT, Delete, exec, ${loginctl} terminate-session ''" "SUPER, L, exec, ${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off" + # Laptop lid switches + # https://wiki.hyprland.org/Configuring/Binds/#switches + #?? hyprctl devices + ", switch:on:Lid Switch, dpms, off" # Close + ", switch:off:Lid Switch, dpms, on" # Open + ### Scripts "SUPER, Delete, exec, inhibit" ];