about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dotfiles.nix1
-rw-r--r--dotfiles/rofi.conf3
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"