summaryrefslogtreecommitdiffstats
path: root/doc/default_configuration.rasi
blob: 64d7fb841289dbfec248fe5de9b140d28a816c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
    }

}