diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-09 16:23:33 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-09 16:23:33 +0400 |
| commit | e5cd9e930717da0c39a4003b5c792b1e48cd6b55 (patch) | |
| tree | 32b33ed9a2ba5a52b99ef146ddb55dca1f245b4e /resources | |
| parent | 573dca10cc3edeb28f607c1830ff32d223cea240 (diff) | |
| download | niri-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.
Diffstat (limited to 'resources')
| -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"; } |
