This commit is contained in:
Dmitry Zakharchenko 2023-02-11 19:21:56 +02:00
parent 0f08816174
commit 2e7c701057
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static const char *const autostart[] = {
"sh", "-c", "mpd", NULL,
"sh", "-c", "gpg-agent --daemon", NULL,
"sh", "-c", "pipewire", NULL,
"wbg", "/home/dmitz/.config/wall.png", NULL,
"wbg", "/home/dmitz/.config/wall.jpg", NULL,
"someblocks", NULL,
NULL /* terminate */
};