add remapd to autostart
ci/woodpecker/tag/woodpecker Pipeline failed Details

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

View File

@ -143,6 +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
"lf", "-server", NULL,
"sh", "-c", "runsvdir $SVDIR", NULL,
"sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL,