hyprland/noctalia: Fix lock and suspend

This commit is contained in:
SebastianStork 2026-03-05 22:28:37 +01:00
parent b4aaa77fb3
commit b0c5efe028
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@
# Manage session # Manage session
bindrl = SUPER CONTROL, L, exec, loginctl lock-session bindrl = SUPER CONTROL, L, exec, loginctl lock-session
bindrl = SUPER CONTROL, S, exec, systemctl sleep
''; '';
}; };
} }

View file

@ -36,6 +36,7 @@
# Manage session # Manage session
bindrl = SUPER CONTROL, L, exec, $ipc lockScreen lock bindrl = SUPER CONTROL, L, exec, $ipc lockScreen lock
bindrl = SUPER CONTROL, S, exec, $ipc sessionMenu lockAndSuspend
''; '';
}; };
} }

View file

@ -49,7 +49,6 @@
bindrl = SUPER CONTROL, P, exec, poweroff bindrl = SUPER CONTROL, P, exec, poweroff
bindrl = SUPER CONTROL, R, exec, reboot bindrl = SUPER CONTROL, R, exec, reboot
bindrl = SUPER CONTROL, H, exec, systemctl hibernate bindrl = SUPER CONTROL, H, exec, systemctl hibernate
bindrl = SUPER CONTROL, S, exec, systemctl sleep
bindrl = SUPER CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off bindrl = SUPER CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off
# Control media # Control media