From f648137a8e338223170c1cfd7deb159a74b7da7e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:27:00 +0200 Subject: [PATCH] hyprland: not have redundant lid close suspend keybind bind (fixes #1929) --- .config/hypr/hyprland/keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 87deb4270..434e8ad31 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -184,7 +184,7 @@ bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u ##! Session bindd = Super, L, Lock, exec, loginctl lock-session # Lock bindld = Super+Shift, L, Suspend system, exec, systemctl suspend || loginctl suspend # Sleep -bindl=,switch:on:Lid Switch, exec, systemctl suspend || loginctl suspend # [hidden] Suspend when laptop lid is closed +# bindl=,switch:on:Lid Switch, exec, systemctl suspend || loginctl suspend # [hidden] Suspend when laptop lid is closed, uncomment if for whatever reason it's not the default behavior bindd = Ctrl+Shift+Alt+Super, Delete, Shutdown, exec, systemctl poweroff || loginctl poweroff # [hidden] Power off ##! Screen