diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-06-02 21:16:32 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-06-02 21:16:32 +0200 |
commit | 530b9afb2e356b7cb8462997428a8a99a65afe4b (patch) | |
tree | 8b56946956bb2a2724e8216cf245bb71f3090c5b | |
parent | db8282e3d3beb0d89475f911060db2b1b17ed227 (diff) | |
download | rofi-pass-530b9afb2e356b7cb8462997428a8a99a65afe4b.tar.gz |
disable autoselect in default config, fixes #73
-rw-r--r-- | config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example b/config.example index 818cb11..b425fca 100644 --- a/config.example +++ b/config.example @@ -3,7 +3,7 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -kb-accept-entry "!Return" "$@" + rofi -no-auto-select -kb-accept-entry "!Return" "$@" } # xdotool needs the keyboard layout to be set using setxkbmap |