Upgrade rofi config
This commit is contained in:
parent
7f0e24a29d
commit
76df5d4d80
4 changed files with 20 additions and 12 deletions
2
config/rofi/.gitignore
vendored
2
config/rofi/.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
theme.config
|
||||
theme.rasi
|
||||
|
||||
|
|
|
@ -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
6
config/rofi/config.rasi
Normal file
|
@ -0,0 +1,6 @@
|
|||
configuration {
|
||||
theme: "current";
|
||||
lazy-grab: false;
|
||||
matching: "regex";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue