added startup config
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user