rofi/doc/default_configuration.rasi

19 lines
369 B
Plaintext
Raw Permalink Normal View History

configuration {
// Timeout from user input.
timeout {
// The delay after inactivity to execute action.
delay: 0;
// The action to execute once the delay expires.
action: "kb-cancel";
}
2022-02-23 21:42:56 +00:00
// File browser mode.
2021-07-11 14:36:50 +00:00
filebrowser {
sorting-method: "name";
directories-first: true;
}
}
@theme "default"