-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Hi there, after you did the rewrite recently, I am having trouble getting dwmblocks to start the way I would like it to.
I run dwmblocks from within dwm.c
using this function:
void
runAutostart(void) {
system("killall -q dwmblocks; dwmblocks &");
}
This is so that dwmblocks can restart alongside dwm when I kill -HUP
dwm.
This all worked fine until the rewrite, now dwmblocks won't start at all this way, instead I just get the default "dwm 6.4" text.
If I run dwmblocks from the command line, it will work fine until I kill -HUP
dwm, then it freezes.
If I start dwmblocks in my xprofile or something, it appears but isn't clickable and will freeze when dwm is sent kill -HUP
.
Any idea why this might be happening now? Hope you can help!
Metadata
Metadata
Assignees
Labels
No labels