Browse Source

Update rofi config

rofi decided to use all default binding /after/ loading the config file, resulting in conflicts…
kb-element-{prev,next} are first unbound then kb-mode-{previous-next} are binded
master
Maxime Wack 1 year ago
parent
commit
98c45253e9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .config/rofi/config.rasi

+ 2
- 0
.config/rofi/config.rasi View File

@@ -81,6 +81,8 @@ configuration {
/* kb-accept-custom-alt: "Control+Shift+Return";*/
/* kb-accept-alt: "Shift+Return";*/
/* kb-delete-entry: "Shift+Delete";*/
kb-element-next: "";
kb-element-prev: "";
kb-mode-next: "Tab";
kb-mode-previous: "ISO_Left_Tab";
/* kb-mode-complete: "Control+l";*/


Loading…
Cancel
Save