From 93129292fd45e4eb2d50f5f17a245ba9ee36480a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 16 Aug 2022 18:57:58 +0300 Subject: networkmanager_dmenu with rofi --- dotfiles/.config/rofi/config.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dotfiles/.config/rofi') 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 */;*/ -- cgit v1.2.3