aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/rofi
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-08-16 18:57:58 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-08-16 18:57:58 +0300
commit93129292fd45e4eb2d50f5f17a245ba9ee36480a (patch)
tree9e2bc26df0f1965f1d132798f3279d32e5b6bd24 /dotfiles/.config/rofi
parent32c36a769cbbdf916f393f4b40770a224975d6d3 (diff)
downloadswayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.tar.gz
swayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.zip
networkmanager_dmenu with rofi
Diffstat (limited to 'dotfiles/.config/rofi')
-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 */;*/