aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-27 20:13:11 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-27 20:13:11 -0700
commit6e39f580f6038149142a2bfe4f2895cbf766e33b (patch)
treea068588c21edf8884e9e275a61e0fe0aa0933051 /config.def.h
parent32b32143e98dd04768f002709b32b4b297360de2 (diff)
Better column positioning, including centering and left-aligning when
appropriate.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 69ce3bd..6258605 100644
--- a/config.def.h
+++ b/config.def.h
@@ -103,8 +103,8 @@ const char *startupcmds[] = {
// Set some default marks:
"+mark:0", "+mark:~=~", "+mark:h=~", "+mark:/=/", "+mark:c=~/.config",
"+mark:l=~/.local",
- // Default column and sorting options: size, modification, permissions, name (sorted, expand to fill)
- "+opt:0=s1=m2=p3=ns=nD=1",
+ // Default column and sorting options:
+ "+opt:0=s,1=m,2=p,3=n,s=n,D=1",
NULL, // NULL-terminated array
};