acme: add threadmaybackground

Without threadmaybackground acme will remain a white window when
started from a hotkey daemon such as skhd like this:

/usr/local/plan9/bin/9.rc acme -c3
This commit is contained in:
Igor Böhm 2021-02-08 23:25:54 +01:00
parent 44ee4bc4e2
commit 39f60c1f55

View file

@ -57,6 +57,12 @@ derror(Display *d, char *errorstr)
error(errorstr);
}
int
threadmaybackground(void)
{
return 1;
}
void
threadmain(int argc, char *argv[])
{