diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-29 00:20:15 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-29 00:20:15 -0800 |
| commit | 6fa236111927666155093e4fe915897a89e3cfd7 (patch) | |
| tree | 93183bd49a02dfc8863916dcafc2dbb131cc00ca /.config/rofi/config.rasi | |
| parent | 3afeec6456bd878bf6989139ea05f03d7922143d (diff) | |
Add Rofi configs
Diffstat (limited to '.config/rofi/config.rasi')
| -rw-r--r-- | .config/rofi/config.rasi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..f1d8163 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,10 @@ +/* Rofi configuration */ + +configuration { + timeout { + delay: 10; + action: "kb-cancel"; + } + + theme: "theme"; +} |
