diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-06 00:09:51 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-06 00:09:51 +0300 |
commit | a30207357144bc616f753b50fc75e9025b1abca9 (patch) | |
tree | d82978270211ac7d90bf37537d9ff89f4bff8d03 /dotfiles/.config/rofi/config.rasi | |
parent | 7c903ed6a622d8fff531c52c756edaa70d94276b (diff) | |
download | swayrice-a30207357144bc616f753b50fc75e9025b1abca9.tar.gz swayrice-a30207357144bc616f753b50fc75e9025b1abca9.zip |
rofi: reduce transparency
Diffstat (limited to 'dotfiles/.config/rofi/config.rasi')
-rw-r--r-- | dotfiles/.config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi index 6a69f28..33fce35 100644 --- a/dotfiles/.config/rofi/config.rasi +++ b/dotfiles/.config/rofi/config.rasi @@ -32,7 +32,7 @@ configuration { /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ - combi-modi: "file-browser-extended,drun,run"; + combi-modi: "filebrowser,drun,run"; matching: "regex"; /* tokenize: true;*/ /* m: "-5";*/ |