mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
sway/hyprland: lock with Control+Super+L
This commit is contained in:
parent
edcde5ae14
commit
a62d945c0e
|
@ -291,7 +291,7 @@
|
|||
|
||||
# Manage session.
|
||||
bind = ${modifier}, C, killactive,
|
||||
bind = ${modifier}, L, exec, ${lock}
|
||||
bind = ${modifier} CONTROL, L, exec, ${lock}
|
||||
bind = ${modifier}, M, exec, ${logout}
|
||||
|
||||
# Basic window management.
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
|
||||
# Manage session.
|
||||
"${modifier}+C" = "kill";
|
||||
"${modifier}+Q" = "exec ${lock}";
|
||||
"${modifier}+Control+L" = "exec ${lock}";
|
||||
"${modifier}+M" = "exec ${logout}";
|
||||
|
||||
# Basic window management.
|
||||
|
|
Loading…
Reference in a new issue