diff options
| author | twells46 <tom@wellsth.com> | 2026-04-16 20:24:28 -0500 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-04-16 20:24:28 -0500 |
| commit | d1d271cb51d5322fa24ec325a3065debf4c4e79b (patch) | |
| tree | ad9970c12bb663b8d59aa199c8806205b444d142 /config.h.in | |
| parent | 3cc0f63c18e30cd3da3106eedca4dcd463ce5bfe (diff) | |
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 76d3cbb..c26bc00 100644 --- a/config.h.in +++ b/config.h.in @@ -17,7 +17,7 @@ // // Default DFM_COPYER to use when unset in environment. // -#define DFM_COPYER "waycopy" +#define DFM_COPYER "xsel -ib" // // Default DFM_BOOKMARK_[0-9] values when unset in environment. @@ -71,7 +71,7 @@ // Default view mode. // See: fm_draw_ent() // -#define DFM_DEFAULT_VIEW 'n' +#define DFM_DEFAULT_VIEW 'a' // // Show hidden files by default. |