mirror of
https://github.com/lbonn/rofi
synced 2024-11-27 06:10:30 +00:00
17 lines
352 B
Text
17 lines
352 B
Text
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";
|
|
}
|
|
|
|
// File browser modi.
|
|
filebrowser {
|
|
sorting-method: "name";
|
|
directories-first: true;
|
|
}
|
|
|
|
}
|