nyxwm

Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/nyxwm.git

init

Commit a15e3aa2b3785bdc957c5130772bb98ce6b825b0 by nyangkosense <sebastian.michalk@protonmail.com> on 2024-10-14 15:34:17 +0000
diff --git a/nyxwm.c b/nyxwm.c
index 856e5ff..89e1ef6 100644
--- a/nyxwm.c
+++ b/nyxwm.c
@@ -75,7 +75,6 @@ unsigned long getcolor(const char *col) {
 
 
 void runAutoStart(void) {
-    system("cd ~/.nyxwm; ./autostart_blocking.sh");
     system("cd ~/.nyxwm; ./autostart.sh &");
 }
 
@@ -588,4 +587,4 @@ int main(void) {
     DEBUG_LOG("Display closed");
 
     return 0;
-}
\ No newline at end of file
+}