diff --git a/dotfiles.nix b/dotfiles.nix index e999bc2bc..893d69bea 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 000000000..6663d67f4 --- /dev/null +++ b/dotfiles/rofi.conf @@ -0,0 +1,3 @@ +rofi.matching: fuzzy +rofi.levenshtein-sort: true +#include "/usr/share/rofi/themes//DarkBlue.theme"