feat(dotfiles): Add rofi configuration

This commit is contained in:
Vincent Ambo 2017-10-20 23:45:02 +02:00
parent 106ca20940
commit 8cf6fb0360
2 changed files with 4 additions and 0 deletions

View file

@ -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";
};
}

3
dotfiles/rofi.conf Normal file
View file

@ -0,0 +1,3 @@
rofi.matching: fuzzy
rofi.levenshtein-sort: true
#include "/usr/share/rofi/themes//DarkBlue.theme"