From 3ad44279c69b20201cee32b742cc78094bd87c6b Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Wed, 27 May 2026 21:42:12 +0200 Subject: drag n drop --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.def.h') 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 */ -- cgit