diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-31 13:23:01 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-31 13:23:01 -0700 |
| commit | 17ce3f08df89700cdd83ae993f839eb9ad43dbe7 (patch) | |
| tree | 96fe81effea117869d62ba9ca5f531454edace46 /config.def.h | |
| parent | c237e80bae85cffe95f9a14aec57a172cd6ce934 (diff) | |
Moving interleave-dirs back from a full column to just a setting
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index d454407..17d31a7 100644 --- a/config.def.h +++ b/config.def.h @@ -67,7 +67,7 @@ #define SELECTED_INDICATOR " \033[31;7m \033[0m" #define NOT_SELECTED_INDICATOR " " -#define TITLE_COLOR "\033[32;1m" +#define TITLE_COLOR "\033[37;1m" #define NORMAL_COLOR "\033[37m" #define CURSOR_COLOR "\033[43;30;1m" #define LINK_COLOR "\033[35m" @@ -99,7 +99,7 @@ const char *startupcmds[] = { "+mark:0", "+mark:~=~", "+mark:h=~", "+mark:/=/", "+mark:c=~/.config", "+mark:l=~/.local", // Default column and sorting options: - "+sort:+/+n", "+col:*smpn", "+..", + "+sort:+n", "+col:*smpn", "+..", NULL, // NULL-terminated array }; |
