rofi/doc/default_configuration.rasi

12 lines
233 B
Plaintext
Raw 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";
}
}