fix typo
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-04 12:55:07 +01:00
parent a7c31c032c
commit 7373436621
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static const char *const autostart[] = {
"pipewire", "-c", "pipewire-pulse.conf", NULL,
"dunst", NULL,
"unclutter", "-noevents", "-idle", "3", NULL,
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL,
"lf", "-server", NULL,
"sh", "-c", "runsvdir $SVDIR", NULL,
"sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL,