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 "$@"
|
rofi -i -width 700 -no-levenshtein-sort "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
|
# rofi-pass tries to detect keyboard layout automatically
|
||||||
keyboard=us
|
# if this fails try to set it manually here.
|
||||||
|
# keyboard=us
|
||||||
|
|
||||||
# fields to be used
|
# fields to be used
|
||||||
URL_field='url'
|
URL_field='url'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user