misc
This commit is contained in:
parent
0f08816174
commit
2e7c701057
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -89,7 +89,7 @@ static const char *const autostart[] = {
|
||||||
"sh", "-c", "mpd", NULL,
|
"sh", "-c", "mpd", NULL,
|
||||||
"sh", "-c", "gpg-agent --daemon", NULL,
|
"sh", "-c", "gpg-agent --daemon", NULL,
|
||||||
"sh", "-c", "pipewire", NULL,
|
"sh", "-c", "pipewire", NULL,
|
||||||
"wbg", "/home/dmitz/.config/wall.png", NULL,
|
"wbg", "/home/dmitz/.config/wall.jpg", NULL,
|
||||||
"someblocks", NULL,
|
"someblocks", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue