1
0
Fork 0
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:
Dave Davenport 2021-07-11 16:36:50 +02:00
parent c1ff6baecd
commit 87c60e75de

View file

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