xiwm

simple window manager
git clone https://git.ce9e.org/xiwm.git

commit
0db146acb96b07a2a80ec06cddd82100c14ca170
parent
cdba0ecf9ada963d7e87e4817254b8c78d6262b0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-13 11:12
rename runautostart

Diffstat

M xiwm.c 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/xiwm.c b/xiwm.c

@@ -906,7 +906,7 @@ setup(void)
  906   906 }
  907   907 
  908   908 void
  909    -1 runAutostart(void) {
   -1   909 runautostart(void) {
  910   910 	system("~/.config/xiwm/autostart.sh");
  911   911 }
  912   912 
@@ -940,7 +940,7 @@ main(int argc, char *argv[])
  940   940 	if (!(dpy = XOpenDisplay(NULL)))
  941   941 		die("xiwm: cannot open display");
  942   942 	setup();
  943    -1 	runAutostart();
   -1   943 	runautostart();
  944   944 	run();
  945   945 	cleanup();
  946   946 	XCloseDisplay(dpy);