-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example
62 lines (51 loc) · 1.22 KB
/
config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/hint/bash
# Configuration file for rofi-bwrbw.
# Uncomment the lines you want to override.
##== Key bindings
# Kb_TypeUsername='Alt+u'
# Kb_TypePassword='Alt+p'
# Kb_TypeOTP='Alt+o'
# Kb_OpenURL='Alt+l'
# Kb_CopyUsername='Alt+U'
# Kb_CopyPassword='Alt+P'
# Kb_CopyOTP='Alt+O'
# Kb_CopyURL='Alt+L'
# Kb_QR='Alt+q'
# Kb_Generate='Alt+g'
# Kb_Add='Alt+n'
# Kb_Edit='Alt+e'
# Kb_Remove='Alt+d'
# Kb_View='Alt+v'
# Kb_History='Alt+h'
# Kb_ClearLastUsed='Alt+C'
# Kb_Sync='Alt+s'
# Kb_Help='F1'
# EmptyUserPlaceholder=-
# Clipboard=clipboard
# QRImageViewer=xdg-open
# Notify=true
##== Type Options
# TypeKeyDelay=0
# TypeSleep=.2
##== Prompt/Appearance
# Prompt=' Bitwarden'
# PromptSelectFolder=' Select folder'
# PrefixUser=' '
# Icon=unlock
# IconLastUsed=recently_used
# NoFolder=false
# NoIcons=false
##== Last used file location & max item size
# LastUsedFile=~/.cache/rofi-rbw.cache
# LastUsedMax=4
##== Generate Options
# PasswordLength=21
# PasswordNoSymbols=true
##== Editor to use when the script is not started from terminal
# Editor="$TERMINAL -e nvim -ni NONE"
##== Custom Rofi command
## E.g. increase window width by adding:
## -theme-str 'window {width: 60%;}'
# _rofi() {
# rofi -dmenu -i -l 10 "$@"
# }