diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-16 18:57:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-16 18:57:58 +0300 |
commit | 93129292fd45e4eb2d50f5f17a245ba9ee36480a (patch) | |
tree | 9e2bc26df0f1965f1d132798f3279d32e5b6bd24 /dotfiles/.config/rofi | |
parent | 32c36a769cbbdf916f393f4b40770a224975d6d3 (diff) | |
download | swayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.tar.gz swayrice-93129292fd45e4eb2d50f5f17a245ba9ee36480a.zip |
networkmanager_dmenu with rofi
Diffstat (limited to 'dotfiles/.config/rofi')
-rw-r--r-- | dotfiles/.config/rofi/config.rasi | 8 |
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 */;*/ |