From f9ca961f1b820eb1d5e5427f698ebc9004aa035a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 17 Oct 2022 11:21:17 -0400 Subject: [PATCH] [rofi] Workaround for https://github.com/carnager/rofi-pass/issues/226 --- rofi/.config/rofi-pass/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rofi/.config/rofi-pass/config diff --git a/rofi/.config/rofi-pass/config b/rofi/.config/rofi-pass/config new file mode 100644 index 0000000..36edc75 --- /dev/null +++ b/rofi/.config/rofi-pass/config @@ -0,0 +1,2 @@ +default_autotype='path :tab pass' +help_color="#FF0000"