summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2019-03-31 16:00:54 +0100
committerMilk Brewster2019-03-31 16:00:54 +0100
commita5ba6cbd25eff31704cb69c06c2c0dccf8f538d0 (patch)
tree8cf6dceb3730998542844bbea0ad61d168e23ddc
parent0ff61efd22aad46d7f0bf7b9ff13c1e98da2d788 (diff)
downloadaur-a5ba6cbd25eff31704cb69c06c2c0dccf8f538d0.tar.gz
dirs first, colours, case insensitive
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 638a965b97ec..8bd152d2501d 100644
--- a/config.h
+++ b/config.h
@@ -3,12 +3,12 @@
#define CURSR " > "
#define EMPTY " "
-int dirorder = 0; /* Set to 1 to sort by directory first */
+int dirorder = 1; /* Set to 1 to sort by directory first */
int mtimeorder = 0; /* Set to 1 to sort by time modified */
-int icaseorder = 0; /* Set to 1 to sort by ignoring case */
+int icaseorder = 1; /* Set to 1 to sort by ignoring case */
int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */
int showhidden = 0; /* Set to 1 to show hidden files by default */
-int usecolor = 0; /* Set to 1 to enable color attributes */
+int usecolor = 1; /* Set to 1 to enable color attributes */
char *idlecmd = "rain"; /* The screensaver program */
/* See curs_attr(3) for valid video attributes */