Add file-browser to default config.

This commit is contained in:
Dave Davenport 2021-07-11 16:36:50 +02:00
parent c1ff6baecd
commit 87c60e75de
1 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,10 @@ configuration {
action: "kb-cancel";
}
// File browser modi.
filebrowser {
sorting-method: "name";
directories-first: true;
}
}