diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-05-21 21:10:27 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-05-21 21:10:27 +0200 |
commit | db8282e3d3beb0d89475f911060db2b1b17ed227 (patch) | |
tree | ed15e8ed1337c6bfbf185df6818e48dfb9f19591 /config.example | |
parent | 90889a90ede4684e1a787ca2378b274580829bfc (diff) | |
download | rofi-pass-db8282e3d3beb0d89475f911060db2b1b17ed227.tar.gz |
let the user enter their own setxkbmap command. more error-prone and flexible1.5.0
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/config.example b/config.example index 098a036..818cb11 100644 --- a/config.example +++ b/config.example @@ -9,15 +9,13 @@ _rofi () { # xdotool needs the keyboard layout to be set using setxkbmap # You can do this in your autostart scripts (e.g. xinitrc) -# Alternatively you can set your options here and set fix_layout to "true" -# rofi-pass will try to autodetect correct settings, if no layout is set (not recommended) -# if model is unset, rofi-pass defaults to 'pc104' - +# If for some reason, you cannot do this, you can set the command here. +# and set fix_layout to true fix_layout=false -model=pc104 -layout=us -#variant=us -#option=compose:caps + +layout_cmd () { + setxkbmap us +} # fields to be used URL_field='url' |