aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-10-05 20:41:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-10-05 20:41:32 +0530
commit596da965cf7180bdf2a5b969b14fc064b29774de (patch)
treee53495261cddcee5e3721eca24b6630c5424deb4 /config.def.h
parentd6890bfde5c5065d0a48441210379f3878c6c9cc (diff)
parente56e7d912b2ccff920db03d54834f554f3568e31 (diff)
downloadnnn-596da965cf7180bdf2a5b969b14fc064b29774de.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
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" },