aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/rofi/config.rasi')
-rw-r--r--dotfiles/.config/rofi/config.rasi8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi
index 7941d48..6a69f28 100644
--- a/dotfiles/.config/rofi/config.rasi
+++ b/dotfiles/.config/rofi/config.rasi
@@ -22,9 +22,9 @@ configuration {
/* drun-url-launcher: "xdg-open";*/
/* disable-history: false;*/
/* ignored-prefixes: "";*/
-/* sort: false;*/
-/* sorting-method: "normal";*/
-/* case-sensitive: false;*/
+ sort: true;
+ sorting-method: "fzf";
+ case-sensitive: false;
/* cycle: true;*/
/* sidebar-mode: false;*/
/* hover-select: false;*/
@@ -42,7 +42,7 @@ configuration {
/* scroll-method: 0;*/
/* window-format: "{w} {c} {t}";*/
/* click-to-exit: true;*/
-/* max-history-size: 25;*/
+ max-history-size: 30;
/* combi-hide-mode-prefix: false;*/
/* combi-display-format: "{mode} {text}";*/
/* matching-negate-char: '-' /* unsupported */;*/