mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
f633147c10
* load via resources doc/default_configuration.rasi * print the configuration options on dump-config
11 lines
233 B
Text
11 lines
233 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";
|
|
}
|
|
|
|
}
|