diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:13:04 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 10:13:04 +0200 |
| commit | fe79d85e1767cd9095b1139aa22460ca2d1dde8c (patch) | |
| tree | 4fe39f4024478f8b6fdf7c4c4b0029235efb8bc2 /config.h.in | |
| parent | 6d0c06793dd933ea5156090a65e4f9117d9ccc8e (diff) | |
| parent | 60305617a34570eb0b4118a0216278e4d3871704 (diff) | |
Merge branch 'trash'
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 12 |
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() // |