feat(dotfiles): Add rofi configuration
This commit is contained in:
parent
106ca20940
commit
8cf6fb0360
2 changed files with 4 additions and 0 deletions
|
@ -23,5 +23,6 @@ in {
|
||||||
"i3/config".source = "${dotfiles}/i3.conf";
|
"i3/config".source = "${dotfiles}/i3.conf";
|
||||||
"tmux.conf".source = "${dotfiles}/tmux.conf";
|
"tmux.conf".source = "${dotfiles}/tmux.conf";
|
||||||
"fish/foreign-env/tazjin".source = "${dotfiles}/config.fish";
|
"fish/foreign-env/tazjin".source = "${dotfiles}/config.fish";
|
||||||
|
"rofi.conf".source = "${dotfiles}/rofi.conf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
3
dotfiles/rofi.conf
Normal file
3
dotfiles/rofi.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
rofi.matching: fuzzy
|
||||||
|
rofi.levenshtein-sort: true
|
||||||
|
#include "/usr/share/rofi/themes//DarkBlue.theme"
|
Loading…
Reference in a new issue