summaryrefslogtreecommitdiffstats
path: root/doc/default_configuration.rasi
blob: d7ac8f77cebc1c4416e271840b2ad4cec1e33022 (plain)
1
2
3
4
5
6
7
8
9
10
11
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";
    }

}