diff options
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. |