mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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 =
|
bind =
|
||||||
[
|
[
|
||||||
# Essentials
|
# Essentials
|
||||||
"$mod CONTROL, Q, exit,"
|
|
||||||
"$mod CONTROL, S, exec, systemctl suspend"
|
|
||||||
"$mod CONTROL, L, exec, loginctl lock-session"
|
|
||||||
"$mod SHIFT, C, killactive,"
|
"$mod SHIFT, C, killactive,"
|
||||||
"$mod, TAB, cyclenext,"
|
"$mod, TAB, cyclenext,"
|
||||||
"$mod SHIFT, V, togglefloating,"
|
"$mod SHIFT, V, togglefloating,"
|
||||||
|
|
@ -135,6 +132,14 @@
|
||||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
", 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
|
# Repeat + Locked
|
||||||
bindel = [
|
bindel = [
|
||||||
# Adjust volume
|
# Adjust volume
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue