try to detect keyboard layout
This commit is contained in:
parent
e72d58a655
commit
748eb8ec39
@ -6,8 +6,9 @@ _rofi () {
|
||||
rofi -i -width 700 -no-levenshtein-sort "$@"
|
||||
}
|
||||
|
||||
# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
|
||||
keyboard=us
|
||||
# rofi-pass tries to detect keyboard layout automatically
|
||||
# if this fails try to set it manually here.
|
||||
# keyboard=us
|
||||
|
||||
# fields to be used
|
||||
URL_field='url'
|
||||
|
Loading…
Reference in New Issue
Block a user