15 lines
267 B
Text
15 lines
267 B
Text
|
|
configuration {
|
||
|
|
font: "DaddyTimeMono Nerd Font 14";
|
||
|
|
show-icons: true;
|
||
|
|
sort: true;
|
||
|
|
sorting-method: "fzf";
|
||
|
|
timeout {
|
||
|
|
action: "kb-cancel";
|
||
|
|
delay: 0;
|
||
|
|
}
|
||
|
|
filebrowser {
|
||
|
|
directories-first: true;
|
||
|
|
sorting-method: "name";
|
||
|
|
}
|
||
|
|
}
|