rofi: Fix tab key binding
This commit is contained in:
parent
70808739b2
commit
5d1bf9b0a9
|
|
@ -14,6 +14,7 @@ configuration {
|
||||||
// Keybindings: Autocomplete with Tab
|
// Keybindings: Autocomplete with Tab
|
||||||
kb-row-select: "Control+space,Tab";
|
kb-row-select: "Control+space,Tab";
|
||||||
kb-row-tab: "";
|
kb-row-tab: "";
|
||||||
|
kb-element-next: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "/usr/share/rofi/themes/Monokai.rasi"
|
@theme "/usr/share/rofi/themes/Monokai.rasi"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue