From 8d431dbd2409d2b0021071fbbc4cb18f392baae5 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 21 Dec 2024 13:34:47 -0500 Subject: [PATCH] hyprland: disable dpms toggle on lid switch, handled by logind Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 4c7ae60..efdd79f 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -93,8 +93,8 @@ in { # Laptop lid switches # https://wiki.hyprland.org/Configuring/Binds/#switches #?? hyprctl devices - (key "switch:off:Lid Switch" null "dpms" "on") # Open - (key "switch:on:Lid Switch" null "dpms" "off") # Close + #// (key "switch:off:Lid Switch" null "dpms" "on") # Open + #// (key "switch:on:Lid Switch" null "dpms" "off") # Close ]; # Mouse binds