Fix comment - noice - small file browser (mirror / fork from 2f30.org) | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2d87145fa23f582baf9d057a295a007e5c0a873b | |
parent 71ece08aad38de2e938d7f378b00ef8360922336 | |
Author: sin <[email protected]> | |
Date: Thu, 26 Nov 2015 16:05:13 +0000 | |
Fix comment | |
Diffstat: | |
M config.def.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.def.h b/config.def.h | |
@@ -3,7 +3,7 @@ | |
#define CURSR " > " | |
#define EMPTY " " | |
-int mtimeorder = 0; /* Set to 1 to sort by time in the default case */ | |
+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 */ | |