refactor default apps and add walker

This commit is contained in:
2026-05-06 19:32:37 +02:00
parent be1a9b7852
commit d6878abc61
10 changed files with 161 additions and 299 deletions
+3 -13
View File
@@ -59,9 +59,6 @@ in
brightnessctl
xwayland-satellite
]
++ [
config.meta.desktop.fileManager.package
]
++ lib.attrValues shortcuts.scripts;
};
@@ -139,13 +136,6 @@ in
};
clip-to-geometry = true;
}
{
matches = [
{ app-id = "^niri-shortcut-float$"; }
];
open-floating = true;
open-focused = true;
}
];
debug.honor-xdg-activation-with-invalid-serial = true;
@@ -163,9 +153,9 @@ in
};
binds = import ./_bindings.nix {
browserCommand = config.meta.desktop.browser.command;
launcherCommands = config.meta.desktop.launcher.commands;
terminalCommand = config.meta.desktop.terminal.command;
browserCommand = config.meta.desktop.browserCommand;
launcherCommand = config.meta.desktop.launcherCommand;
terminalCommand = config.meta.desktop.terminalCommand;
shortcutCommands = shortcuts.commands;
};
};