diff options
Diffstat (limited to 'etc/rofi/config.rasi')
| -rw-r--r-- | etc/rofi/config.rasi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rofi/config.rasi b/etc/rofi/config.rasi new file mode 100644 index 0000000..f1d8163 --- /dev/null +++ b/etc/rofi/config.rasi @@ -0,0 +1,10 @@ +/* Rofi configuration */ + +configuration { + timeout { + delay: 10; + action: "kb-cancel"; + } + + theme: "theme"; +} |
