[i3] Rofi config for rofi-pass

This commit is contained in:
Sebastian Schulze 2015-11-17 13:43:44 +01:00
parent 67d7cb4750
commit 0a5f94aa5a
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
rofiopts="-i -width 700 -no-levenshtein-sort"
# fields to be used
URL_field='url'
USERNAME_field='user'
AUTOTYPE_field='autotype'
# delay to be used for :delay keyword
delay=2
## Programs to be used
# Editor
EDITOR='emacs'
# Browser
BROWSER='firefox'
## Misc settings
help_color='#0C73C2'
auto_enter='false'
notify='false'
passlength='20'
# seconds to wait before re-opening showEntry-menu
# after autotyping an entry. Set to "off" to disable
count=2
# Clipboard settings
# Possible options: primary, clipboard, both
clip=primary
# Custom Keybindings
autotype="Alt+1"
type_user="Alt+2"
type_pass="Alt+3"
open_url="Alt+4"
copy_name="Alt+u"
copy_url="Alt+l"
copy_pass="Alt+p"
edit="Alt+9"
move="Alt+2"
delete="Alt+3"
copy_entry="Alt+c"
show="Control+Return"
generate="Alt+g"