Backgrounds are back
Some checks failed
/ check (push) Failing after 3m44s

This commit is contained in:
Daniel Flanagan 2024-09-13 01:39:25 -05:00
parent 20eaf3acbd
commit c20b5d540f

View file

@ -95,14 +95,6 @@
*/ */
]; ];
output = {
/*
"*" = {
background = "$HOME/.wallpaper fill";
};
*/
};
# TODO: popup_during_fullscreen smart # TODO: popup_during_fullscreen smart
focus = { focus = {
wrapping = "no"; # maybe workspace? wrapping = "no"; # maybe workspace?
@ -127,6 +119,9 @@
}; };
startup = [ startup = [
{
command = "swaybg -i $HOME/.wallpaper";
}
{ {
command = "swayosd-server"; command = "swayosd-server";
} }