aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-05-27 21:42:12 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-05-27 21:42:12 +0200
commit3ad44279c69b20201cee32b742cc78094bd87c6b (patch)
tree173730b1df7f48b353e09963faf4e7e869c587b8 /config.def.h
parent6fa9457fbb333610be5b49933c5cfd602afadd3c (diff)
downloadst-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.h7
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 */