diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 9d5bd62..a8ae792 100644 --- a/config.def.h +++ b/config.def.h @@ -112,6 +112,13 @@ unsigned int tabspaces = 8; /* bg opacity */ float alpha = 0.6; +/* + * drag and drop escape characters + * + * this will add a '\' before any characters specified in the string. + */ +char *xdndescchar = " !\"#$&'()*;<>?[\\]^`{|}~"; + /* Terminal colors (16 first used in escape sequence) */ laptop (static const char *colorname[] = { /* 8 normal colors */ |
