let user set keyboard layout, hopefully fixes #34
This commit is contained in:
parent
2f396c51f7
commit
b3474522b8
@ -6,6 +6,8 @@ _rofi () {
|
||||
rofi -i -width 700 -no-levenshtein-sort "$@"
|
||||
}
|
||||
|
||||
# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
|
||||
keyboard=us
|
||||
|
||||
# fields to be used
|
||||
URL_field='url'
|
||||
|
Loading…
Reference in New Issue
Block a user