Ver código fonte

kill bar before quitting dwm

siduck76 3 anos atrás
pai
commit
8c16c6be40
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      chadwm/dwm.c

+ 1 - 1
chadwm/dwm.c

@@ -2298,7 +2298,7 @@ void propertynotify(XEvent *e) {
 }
 
 void quit(const Arg *arg) {
-  if(arg->i == 0)  system("killall bar");
+  if(arg->i == 0)  system("killall bar.sh");
 
   else if (arg->i)
     restart = 1;