summaryrefslogtreecommitdiffstats
path: root/doc/default_configuration.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/default_configuration.rasi')
-rw-r--r--doc/default_configuration.rasi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/default_configuration.rasi b/doc/default_configuration.rasi
new file mode 100644
index 00000000..d7ac8f77
--- /dev/null
+++ b/doc/default_configuration.rasi
@@ -0,0 +1,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";
+ }
+
+}