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 "$@"
|
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
|
# fields to be used
|
||||||
URL_field='url'
|
URL_field='url'
|
||||||
|
@ -40,6 +40,8 @@ help="Alt+h"
|
|||||||
switch="Alt+x"
|
switch="Alt+x"
|
||||||
insert_pass="Alt+n"
|
insert_pass="Alt+n"
|
||||||
|
|
||||||
|
setxkbmap "${keyboard}"
|
||||||
|
|
||||||
# get all password files and create an array
|
# get all password files and create an array
|
||||||
list_passwords() {
|
list_passwords() {
|
||||||
cd "${root}" || exit
|
cd "${root}" || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user