diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2016-10-05 20:41:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2016-10-05 20:41:32 +0530 |
commit | 596da965cf7180bdf2a5b969b14fc064b29774de (patch) | |
tree | e53495261cddcee5e3721eca24b6630c5424deb4 /config.def.h | |
parent | d6890bfde5c5065d0a48441210379f3878c6c9cc (diff) | |
parent | e56e7d912b2ccff920db03d54834f554f3568e31 (diff) | |
download | nnn-596da965cf7180bdf2a5b969b14fc064b29774de.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 663351a..bffc69d 100644 --- a/config.def.h +++ b/config.def.h @@ -1,11 +1,12 @@ /* See LICENSE file for copyright and license details. */ -#define CWD "cwd: " +#define CWD "cwd: " #define CURSR " > " #define EMPTY " " -int mtimeorder = 0; /* Set to 1 to sort by time modified */ +int mtimeorder = 0; /* Set to 1 to sort by time modified */ int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */ -char *idlecmd = "rain"; /* The screensaver program */ +int showhidden = 0; /* Set to 1 to show hidden files by default */ +char *idlecmd = "rain"; /* The screensaver program */ struct assoc assocs[] = { //{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" }, |