diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-10-11 15:19:15 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-10-11 15:19:15 -0400 |
commit | 5af44b7751814a3eee7ce55f8dc52913e11b0240 (patch) | |
tree | fb180720334fecf84867f5490e23c7b66dd43d0a /config.h | |
parent | 791a837fac7089cd70d9c950e93227b71a134678 (diff) | |
parent | 6bbb413fd7fb31b052945061305bf9ac87f0f6fd (diff) | |
download | dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.gz dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.bz2 dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.zip |
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ static const Block blocks[] = { {"", "help-icon", 0, 15}, }; -//sets delimeter between status commands. NULL character ('\0') means no delimeter. +//Sets delimiter between status commands. NULL character ('\0') means no delimiter. static char *delim = " "; // Have dwmblocks automatically recompile and run when you edit this file in |