summaryrefslogtreecommitdiffstats
path: root/doc/default_configuration.rasi
blob: dc1321104d434ba93ae41a74cc06e85d1518f85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 mode.
    filebrowser {
        sorting-method:    "name";
        directories-first: true;
    }
}

@theme "default"