From 2a3f4b57bc532959b98e823d6ad16306a5acde1b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Feb 2024 11:53:16 +0100 Subject: modified rofi config for rofi-pass --- .config/rofi-pass/rofi.rasi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/rofi-pass/rofi.rasi (limited to '.config/rofi-pass/rofi.rasi') diff --git a/.config/rofi-pass/rofi.rasi b/.config/rofi-pass/rofi.rasi new file mode 100644 index 0000000..6467262 --- /dev/null +++ b/.config/rofi-pass/rofi.rasi @@ -0,0 +1,14 @@ +// 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" + +* { + width: 550; + --padding: 6px; +} + +listview { + lines: 12; +} + + -- cgit v1.2.3