Skip to content

Commit

Permalink
better help text
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed May 21, 2017
1 parent d28ad5d commit 90889a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ _rofi () {
rofi -kb-accept-entry "!Return" "$@"
}

# keyboard layout. If set to true make sure to set at least a layout.
# If model is not set, rofi-pass defaults to 'pc104'.
# If layout is not set, rofi will try to autodetect correct settings.
# 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.
# xdotool needs the keyboard layout to be set using setxkbmap
# You can do this in your autostart scripts (e.g. xinitrc)

fix_layout=true
# 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'

fix_layout=false
model=pc104
layout=us
#variant=us
Expand Down

0 comments on commit 90889a9

Please sign in to comment.