diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-11 18:44:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-11 18:44:30 +0900 |
| commit | 98e1a912e422bd23d8b65cf578ca0b3757020e87 (patch) | |
| tree | d385b021a0c6a3e2c73a7b50042e0320e15424dc | |
| parent | 38ba8744e6b94caf6d27fb74e9172d9ab166d879 (diff) | |
modified dwm/dwm.c
| -rw-r--r-- | dwm/dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2259,7 +2259,7 @@ run(void) void runAutostart(void) { - system("killall -q dwmblocks; dwmblocks &"); + system("killall -q dwmblocks && sleep 1 && dwmblocks &"); } void |
