diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T21·45+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T22·05+0200 |
commit | 8cf6fb036048b8c326baefa721a872c69aeb8d0b (patch) | |
tree | a7436b6ee6a9bf4c479bb5f4db837c568b9a8813 /dotfiles | |
parent | 106ca2094072a516a8df820d9c31a9be6bbbc75c (diff) |
feat(dotfiles): Add rofi configuration
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/rofi.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf new file mode 100644 index 000000000000..6663d67f4d5a --- /dev/null +++ b/dotfiles/rofi.conf @@ -0,0 +1,3 @@ +rofi.matching: fuzzy +rofi.levenshtein-sort: true +#include "/usr/share/rofi/themes//DarkBlue.theme" |