diff options
| -rw-r--r-- | resources/default-config.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 499a9c81..7f89bec0 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -259,7 +259,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+T { spawn "alacritty"; } Mod+D { spawn "fuzzel"; } - Mod+Alt+L { spawn "swaylock"; } + Super+Alt+L { spawn "swaylock"; } // You can also use a shell: // Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; } |
