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 | |
parent | 106ca2094072a516a8df820d9c31a9be6bbbc75c (diff) |
feat(dotfiles): Add rofi configuration
-rw-r--r-- | dotfiles.nix | 1 | ||||
-rw-r--r-- | dotfiles/rofi.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles.nix b/dotfiles.nix index e999bc2bc1b4..893d69bea518 100644 --- a/dotfiles.nix +++ b/dotfiles.nix @@ -23,5 +23,6 @@ in { "i3/config".source = "${dotfiles}/i3.conf"; "tmux.conf".source = "${dotfiles}/tmux.conf"; "fish/foreign-env/tazjin".source = "${dotfiles}/config.fish"; + "rofi.conf".source = "${dotfiles}/rofi.conf"; }; } 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" |