Add poweroff and reboot keybinds

This commit is contained in:
SebastianStork 2024-04-21 14:11:17 +02:00
parent c1588f2dc4
commit 39bb54813a

View file

@ -135,6 +135,8 @@
# Release + Locked # Release + Locked
brindrl = [ brindrl = [
# Manage session # Manage session
"$mod CONTROL, P, exec, poweroff"
"$mod CONTROL, R, exec, reboot"
"$mod CONTROL, Q, exit," "$mod CONTROL, Q, exit,"
"$mod CONTROL, S, exec, systemctl suspend" "$mod CONTROL, S, exec, systemctl suspend"
"$mod CONTROL, L, exec, loginctl lock-session" "$mod CONTROL, L, exec, loginctl lock-session"