mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Allow session management keybinds in a locked state
This commit is contained in:
parent
05c4b14c38
commit
c1588f2dc4
1 changed files with 8 additions and 3 deletions
|
|
@ -64,9 +64,6 @@
|
|||
bind =
|
||||
[
|
||||
# Essentials
|
||||
"$mod CONTROL, Q, exit,"
|
||||
"$mod CONTROL, S, exec, systemctl suspend"
|
||||
"$mod CONTROL, L, exec, loginctl lock-session"
|
||||
"$mod SHIFT, C, killactive,"
|
||||
"$mod, TAB, cyclenext,"
|
||||
"$mod SHIFT, V, togglefloating,"
|
||||
|
|
@ -135,6 +132,14 @@
|
|||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
];
|
||||
|
||||
# Release + Locked
|
||||
brindrl = [
|
||||
# Manage session
|
||||
"$mod CONTROL, Q, exit,"
|
||||
"$mod CONTROL, S, exec, systemctl suspend"
|
||||
"$mod CONTROL, L, exec, loginctl lock-session"
|
||||
];
|
||||
|
||||
# Repeat + Locked
|
||||
bindel = [
|
||||
# Adjust volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue