From 1237d9660e6340834608c03572463c9b45ed4324 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:56:51 +0700 Subject: [PATCH] hyprland: add laptop lid switch close suspend --- .config/hypr/hyprland/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 4cf89b91b..bdc2c8448 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -182,8 +182,8 @@ bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u ##! Session bindd = Super, L, Lock, exec, loginctl lock-session # Lock -bind = Super+Shift, L, exec, loginctl lock-session # [hidden] -bindld = Super+Shift, L, Suspend system, exec, sleep 0.1 && systemctl suspend || loginctl suspend # Sleep +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 bindd = Ctrl+Shift+Alt+Super, Delete, Shutdown, exec, systemctl poweroff || loginctl poweroff # [hidden] Power off ##! Screen