···6464group-dirs = "none" # first / last / none
6565icons = "never" # always / auto / never
6666classify = "auto" # always / auto / never
6767-theme = "lx-24bit" # named theme (see below)
6868-smooth = true
6767+# theme = "lx-24bit" # named theme (see below)
6868+#smooth = true
6969+[[personality.default.when]]
7070+env.TERM = "*-256color" # glob match — any 256-colour terminfo
7171+theme = "lx-256"
7272+7373+[[personality.default.when]]
7474+env.COLORTERM = ["truecolor", "24bit"] # array — any element matches
7575+theme = "lx-24bit"
7676+7777+## On macOS, listxattr is disproportionately expensive (it dominates
7878+## tree traversal time on APFS). Disable the `@` indicator probe by
7979+## default; users who want the indicator can override per-personality
8080+## with `xattr-indicator = true`, or pass `-l@` per invocation.
8181+8282+[[personality.default.when]]
8383+platform = "macos"
8484+xattr-indicator = false
8585+69867087## The "lx" personality applies when the binary is invoked as "lx".
7188[personality.lx]