diff options
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1579,7 +1579,7 @@ run(void) void runAutostart(void) { - system("killall dwmblocks ; dwmblocks &"); + system("killall dwmblocks 2>/dev/null ; dwmblocks &"); } void |
![]() |
index : dwm | |
| [MIRROR] Build of dwm by Luke Smith | zelu |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | dwm.c | 2 |
@@ -1579,7 +1579,7 @@ run(void) void runAutostart(void) { - system("killall dwmblocks ; dwmblocks &"); + system("killall dwmblocks 2>/dev/null ; dwmblocks &"); } void |