diff options
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 |