aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 10:12:51 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 10:12:51 +0200
commit60305617a34570eb0b4118a0216278e4d3871704 (patch)
tree60b8ce282c55f9e95b6a0d8f72f9906a96058547 /config.h.in
parentaeeb1bc851b399e8acc59c180f035e9c59a3873f (diff)
dfm: add trash support
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f81ba94..eb2470a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -34,6 +34,18 @@
#define DFM_BOOKMARK_9 ""
//
+// Default trash utility.
+// Can be set at runtime via environment: \$DFM_TRASH
+//
+#define DFM_TRASH "\$DFM_TRASH"
+
+//
+// Default trash directory.
+// Can be set at runtime via environment: \$DFM_TRASH_DIR
+//
+#define DFM_TRASH_DIR ""
+
+//
// Default sort mode.
// See: fm_sort_fn()
//