aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-09 16:23:33 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-09 16:23:33 +0400
commite5cd9e930717da0c39a4003b5c792b1e48cd6b55 (patch)
tree32b33ed9a2ba5a52b99ef146ddb55dca1f245b4e
parent573dca10cc3edeb28f607c1830ff32d223cea240 (diff)
downloadniri-e5cd9e930717da0c39a4003b5c792b1e48cd6b55.tar.gz
niri-e5cd9e930717da0c39a4003b5c792b1e48cd6b55.tar.bz2
niri-e5cd9e930717da0c39a4003b5c792b1e48cd6b55.zip
default-config: Replace Mod with Super in swaylock bind
Otherwise it conflicts with Mod+L in nested.
-rw-r--r--resources/default-config.kdl2
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"; }