diff options
| author | Joe <rbo@gmx.us> | 2024-12-31 16:29:05 +0100 | 
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2024-12-31 16:29:05 +0100 | 
| commit | b76244d030cea70d82e627fb68efcf6ab7320ebf (patch) | |
| tree | e9239621e544bd4de53fa98e7ee657322411acd0 | |
| parent | up (diff) | |
| download | dwmblocks-b76244d030cea70d82e627fb68efcf6ab7320ebf.tar.gz dwmblocks-b76244d030cea70d82e627fb68efcf6ab7320ebf.tar.bz2 dwmblocks-b76244d030cea70d82e627fb68efcf6ab7320ebf.tar.xz dwmblocks-b76244d030cea70d82e627fb68efcf6ab7320ebf.tar.zst dwmblocks-b76244d030cea70d82e627fb68efcf6ab7320ebf.zip | |
Diffstat (limited to '')
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ static const Block blocks[] = {  };  //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *predelim = "    "; +static char *predelim = "   ";  static char *postdelim = "";  // Have dwmblocks automatically recompile and run when you edit this file in | 
