more niri settings - fix terminal hotkey

This commit is contained in:
Vinzenz Schroeter 2025-11-02 20:56:05 +01:00
parent 2d4accf81f
commit 9272269c1e
2 changed files with 5 additions and 4 deletions

View file

@ -170,7 +170,7 @@
"Mod+Shift+Numbersign".action.show-hotkey-overlay = { };
# Suggested binds for running programs: terminal, app launcher, screen locker.
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-terminal}/bin/gnome-terminal";
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx";
"Mod+D".action.spawn = "fuzzel";
"Super+Alt+L".action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";