diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-05-21 19:15:58 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-05-21 19:15:58 +0200 |
commit | d28ad5db60a1be067a63d3d5ebc7078bc5b88eba (patch) | |
tree | f90bde1c95abf7c80c5bacd2246594a7e47e350f | |
parent | d2403fd886cd6ae028bbb28facafd3cfcc7a1f16 (diff) | |
download | rofi-pass-d28ad5db60a1be067a63d3d5ebc7078bc5b88eba.tar.gz |
better defaults
-rw-r--r-- | config.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.example b/config.example index d029ef6..418ae16 100644 --- a/config.example +++ b/config.example @@ -12,12 +12,12 @@ _rofi () { # It's highly recommended to set these options though or even # better call setxkbmap from your login script. Setting these options # in Xorg config is not sufficient - this is a xdotool bug. -fix_layout=true +fix_layout=true model=pc104 -layout=de -variant=us -option=compose:caps +layout=us +#variant=us +#option=compose:caps # fields to be used URL_field='url' |