From 8cf6fb036048b8c326baefa721a872c69aeb8d0b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Oct 2017 23:45:02 +0200 Subject: [PATCH] feat(dotfiles): Add rofi configuration --- dotfiles.nix | 1 + dotfiles/rofi.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 dotfiles/rofi.conf 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"