Upgrade rofi config

This commit is contained in:
Geoffrey Frogeye 2021-12-15 21:59:45 +01:00
parent 7f0e24a29d
commit 76df5d4d80
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 20 additions and 12 deletions

View file

@ -1,3 +1 @@
theme.config
theme.rasi

View file

@ -1,8 +1,4 @@
#include "theme.config"
rofi.theme: theme
rofi.cycle: true
rofi.case-sensitive: false
rofi.scroll-method: 0
rofi.show-match: true
rofi.lazy-grab: false
rofi.matching: regex

6
config/rofi/config.rasi Normal file
View file

@ -0,0 +1,6 @@
configuration {
theme: "current";
lazy-grab: false;
matching: "regex";
}