blob: 829bcb084d745ed92e09560091ca3037af80c85f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// this import automatically resolves to ${XDG_CONFIG_HOME}/rofi/config.rasi
// (see section on 'Multiple file handling' in man rofi-theme(5))
@import "config.rasi"
configuration {
matching: "prefix";
}
listview {
lines: 12;
}
prompt {
enabled: false;
}
|