From cd242f9aa1b395d73338d969aab08b83efcf39f1 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 20 Oct 2025 11:31:33 -0300 Subject: [PATCH] dev: automated commit - 2025-10-20 11:31:33 --- rbw/.config/rofi-rbw.rc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rbw/.config/rofi-rbw.rc diff --git a/rbw/.config/rofi-rbw.rc b/rbw/.config/rofi-rbw.rc new file mode 100644 index 0000000..7ccf843 --- /dev/null +++ b/rbw/.config/rofi-rbw.rc @@ -0,0 +1,18 @@ + + +# Available targets (what can be copied) +# You can specify multiple targets separated by commas +target=password,username,totp + +# Don't show help about typing shortcuts +no-help=false + +# Use desktop notifications when copying TOTP +use-notify-send=true + +# Custom keybindings for quick access +# Alt+p: copy password, Alt+u: copy username, Alt+o: copy TOTP +keybindings=Alt+p:copy:password,Alt+u:copy:username,Alt+o:copy:totp + +# Clear clipboard after 30 seconds for security +#clear-after=30