home/programs/niri: use alt as prefix again
This commit is contained in:
parent
22d75b8f7b
commit
23fc7f2f45
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
appLauncher = "fuzzel";
|
appLauncher = "fuzzel";
|
||||||
terminal = "foot";
|
terminal = "foot";
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
prefix = "Super";
|
prefix = "Alt";
|
||||||
in {
|
in {
|
||||||
programs.niri.settings.binds = {
|
programs.niri.settings.binds = {
|
||||||
"${prefix}+D".action.spawn = appLauncher;
|
"${prefix}+D".action.spawn = appLauncher;
|
||||||
|
|
Loading…
Reference in a new issue