1

Modules/Niri: Update DMS default config

This commit is contained in:
2025-12-14 17:16:16 +01:00
parent 5833dff19e
commit cec5ec5493
3 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@
enable = true;
systemd = {
enable = true;
enable = false;
restartIfChanged = true;
};
@ -166,7 +166,7 @@
# Wallpaper
blurWallpaperOnOverview = true;
blurredWallpaperLayer = true;
blurredWallpaperLayer = false;
wallpaperFillMode = "Fill";
# Control center

View File

@ -100,7 +100,9 @@ in {
prefer-no-csd = true; # Disable client-side decorations (e.g. window titlebars)
spawn-at-startup = [
{argv = ["noctalia-shell"];}
# TODO: Depend on options
# {argv = ["noctalia-shell"];}
{argv = ["dms" "run"];}
{argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["zeal"];}
@ -331,6 +333,7 @@ in {
hotkey-overlay = {title = "Edit the NixFlake.";};
};
# TODO: Enable with Noctalia option
# Noctalia
# "Mod+A" = {
# action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle";
@ -349,6 +352,7 @@ in {
# hotkey-overlay = {title = "Toggle the session menu.";};
# };
# TODO: Enable with DMS option
# DankMaterialShell
"Mod+A" = {
action = spawn "dms" "ipc" "call" "spotlight" "toggle";