mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
10 lines
201 B
C
10 lines
201 B
C
void
|
|
runAutostart(void) {
|
|
|
|
int ret;
|
|
|
|
ret = system("cd ~/.config/dwm; ./autostart_blocking.sh");
|
|
ret = system("cd ~/.config/dwm; ./autostart.sh &");
|
|
|
|
if (ret); // ignore, hide compilation warnings
|
|
} |