mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Add poweroff and reboot keybinds
This commit is contained in:
parent
c1588f2dc4
commit
39bb54813a
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue