mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add file-browser to default config.
This commit is contained in:
parent
c1ff6baecd
commit
87c60e75de
1 changed files with 6 additions and 0 deletions
|
@ -8,4 +8,10 @@ configuration {
|
|||
action: "kb-cancel";
|
||||
}
|
||||
|
||||
// File browser modi.
|
||||
filebrowser {
|
||||
sorting-method: "name";
|
||||
directories-first: true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue