swaylock: move niri lock hotkey

This commit is contained in:
müde 2026-04-09 17:31:53 +02:00
parent 26a4d33742
commit 98da73dceb
2 changed files with 8 additions and 7 deletions

View file

@ -172,10 +172,6 @@
# Suggested binds for running programs: terminal, app launcher, screen locker.
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx";
"Mod+D".action.spawn = "${lib.getBin config.programs.fuzzel.package}/bin/fuzzel";
"Super+Alt+L" = {
action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";
allow-when-locked = true;
};
# You can also use a shell. Do this if you need pipes, multiple commands, etc.
# Note: the entire command goes as a single argument in the end.