From e5cd9e930717da0c39a4003b5c792b1e48cd6b55 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 9 Feb 2024 16:23:33 +0400 Subject: default-config: Replace Mod with Super in swaylock bind Otherwise it conflicts with Mod+L in nested. --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit