blob: 87528bd90ed9cefae2e647dfeb9891267362ea5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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"
listview {
lines: 12;
}
prompt {
enabled: false;
}
|