From 6e39f580f6038149142a2bfe4f2895cbf766e33b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 May 2019 20:13:11 -0700 Subject: Better column positioning, including centering and left-aligning when appropriate. --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') 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 }; -- cgit v1.2.3