diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-08-02 02:32:40 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-08-02 02:32:40 +0200 |
commit | de9b43357fa7344231e27833162d5770b1263b5f (patch) | |
tree | d76b11faf6bdd90169198e3ea0a39dd33696630e /config.example | |
parent | 96663a5b81e60f07674b35b6311bbc10f045a2be (diff) | |
download | rofi-pass-de9b43357fa7344231e27833162d5770b1263b5f.tar.gz |
reduce _rofi to a minimum
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 a78f15e..b2e3001 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-row-tab '' -kb-accept-entry "!Return" "$@" + rofi -i -no-auto-select "$@" } # xdotool needs the keyboard layout to be set using setxkbmap |