home/programs/niri: change prefix to super (better with home row mods)
This commit is contained in:
parent
901b51531a
commit
fd85d604ab
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 = "Alt";
|
prefix = "Super";
|
||||||
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