diff options
Diffstat (limited to '.config/rofi-pass')
-rw-r--r-- | .config/rofi-pass/rofi.rasi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/rofi-pass/rofi.rasi b/.config/rofi-pass/rofi.rasi index 87528bd..829bcb0 100644 --- a/.config/rofi-pass/rofi.rasi +++ b/.config/rofi-pass/rofi.rasi @@ -2,6 +2,10 @@ // (see section on 'Multiple file handling' in man rofi-theme(5)) @import "config.rasi" +configuration { + matching: "prefix"; +} + listview { lines: 12; } |