default-config: Replace Mod with Super in swaylock bind

Otherwise it conflicts with Mod+L in nested.
This commit is contained in:
Ivan Molodetskikh
2024-02-09 16:23:33 +04:00
parent 573dca10cc
commit e5cd9e9307
+1 -1
View File
@@ -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"; }