sway/hyprland: lock with Control+Super+L

This commit is contained in:
Aly Raffauf 2024-05-04 22:01:37 -04:00
parent edcde5ae14
commit a62d945c0e
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.