nyxwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a15e3aa2b3785bdc957c5130772bb98ce6b825b0
parent 03f066a45868bfb316acc2b24e4d7f5136c5b500
Author: nyangkosense <sebastian.michalk@protonmail.com>
Date:   Mon, 14 Oct 2024 15:34:17 +0000

init

Diffstat:
Mnyxwm.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 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 +}