diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2021-02-28 17:58:30 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2021-02-28 17:58:30 +0800 |
| commit | 83d7b9c7ce20f16681afacf99ed3ab47427f1ded (patch) | |
| tree | 5f607e348dadf13e5d6061217b7a317a48527d83 /basics/.config/rofi/config.rasi | |
| parent | e5209aad576fe44d3965fcb94d6709348b0a93bf (diff) | |
| download | dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.gz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.bz2 dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.lz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.xz dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.tar.zst dotfiles-83d7b9c7ce20f16681afacf99ed3ab47427f1ded.zip | |
all: fixes and new modules
Diffstat (limited to 'basics/.config/rofi/config.rasi')
| -rw-r--r-- | basics/.config/rofi/config.rasi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basics/.config/rofi/config.rasi b/basics/.config/rofi/config.rasi index 0fba3e1..7fb7e52 100644 --- a/basics/.config/rofi/config.rasi +++ b/basics/.config/rofi/config.rasi @@ -1,4 +1,6 @@ configuration { modi: "window,run,ssh,drun"; theme: "~/.config/rofi/themes/gruvbox/gruvbox-dark-soft.rasi"; + cache-dir: ".cache/rofi"; + drun-use-desktop-cache: true; } |
