This commit is contained in:
KaitoTLex 2024-09-29 20:04:58 -07:00
parent 2d9aaa0a62
commit 10befdac55
2 changed files with 9 additions and 6 deletions

View file

@ -53,12 +53,13 @@
window = {
border = 3;
titlebar = false;
#startup = [
#{
# command = "swaybg -i /home/kaitotlex/Pictures/bg.png";
# }
#];
};
startup = [
{
always = true;
command = "swaybg -i /home/kaitotlex/Pictures/fuckrocks.jpg";
}
];
};
};
}