diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-05-27 21:42:12 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-05-27 21:42:12 +0200 |
| commit | 3ad44279c69b20201cee32b742cc78094bd87c6b (patch) | |
| tree | 173730b1df7f48b353e09963faf4e7e869c587b8 /config.def.h | |
| parent | 6fa9457fbb333610be5b49933c5cfd602afadd3c (diff) | |
| download | st-3ad44279c69b20201cee32b742cc78094bd87c6b.tar.gz st-3ad44279c69b20201cee32b742cc78094bd87c6b.tar.bz2 st-3ad44279c69b20201cee32b742cc78094bd87c6b.tar.xz st-3ad44279c69b20201cee32b742cc78094bd87c6b.zip | |
drag n drop
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 */ |
