mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
default-config: Replace Mod with Super in swaylock bind
Otherwise it conflicts with Mod+L in nested.
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user