diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-07-14 21:19:44 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-07-14 21:19:44 +0200 |
commit | 4e06cdf5836bd26012169dffe61361ff09ea7b08 (patch) | |
tree | 0b9a50961260ff60395ab9da8cb0963cce326947 /config.example | |
parent | 0669933453af2a9a53737e0a15ec1aa0dc714fb2 (diff) | |
download | rofi-pass-4e06cdf5836bd26012169dffe61361ff09ea7b08.tar.gz |
move empty tab option to config
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example b/config.example index a6a2121..a78f15e 100644 --- a/config.example +++ b/config.example @@ -3,7 +3,7 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -no-auto-select -kb-accept-entry "!Return" "$@" + rofi -no-auto-select -kb-row-tab '' -kb-accept-entry "!Return" "$@" } # xdotool needs the keyboard layout to be set using setxkbmap |