aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 6bcfea3..e77abe9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -74,8 +74,8 @@
#define SORT_INDICATOR "↓"
#define RSORT_INDICATOR "↑"
-#define SELECTED_INDICATOR "\033[31;7m \033[0m"
-#define NOT_SELECTED_INDICATOR " "
+#define SELECTED_INDICATOR "\033[31;7m \033[0m"
+#define NOT_SELECTED_INDICATOR " "
#define TITLE_COLOR "\033[32;1m"
#define NORMAL_COLOR "\033[37m"
@@ -109,7 +109,7 @@ const char *startupcmds[] = {
"+mark:0", "+mark:~=~", "+mark:h=~", "+mark:/=/", "+mark:c=~/.config",
"+mark:l=~/.local",
// Default column and sorting options:
- "+opt:0=s,1=m,2=p,3=n,s=n,D=1,.=1",
+ "+opt:0=+,1=s,2=m,3=p,4=n,s=n,E=1,.=1",
NULL, // NULL-terminated array
};