diff options
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 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 }; |
