diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4b87a2c6..3f614755 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -12,6 +12,12 @@ configuration { steal-focus: false; hover-select: true; + // Keybindings + kb-row-up: "Control+k"; + kb-row-down: "Control+j"; + kb-accept-entry: "Return,KP_Enter"; + kb-remove-to-eol: ""; + // Matching setting matching: "normal"; tokenize: true;