added startup config

This commit is contained in:
2026-01-07 12:56:39 -05:00
parent 44db0179a7
commit d653d96560

View File

@@ -114,6 +114,10 @@
"float, class:^(Godot)$, title:^(?!(.*Godot)).*$" "float, class:^(Godot)$, title:^(?!(.*Godot)).*$"
"float, initialTitle:^(Godot)$, class:^(?!(Godot)).*$" "float, initialTitle:^(Godot)$, class:^(?!(Godot)).*$"
]; ];
exec-once = [
"swaybg -i ~/.wallpaper -m fill"
"nextcloud --background"
];
}; };
}; };
programs.neovim = { programs.neovim = {
@@ -164,6 +168,7 @@
signal-desktop signal-desktop
cargo cargo
docker docker
swaybg
]; ];
}; };