From c91849cc38b4d3351abf7db883b7d844fb54614a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 2 Aug 2024 14:09:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(rofi):=20setup=20some=20keybin?= =?UTF-8?q?dings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 6 ++++++ 1 file changed, 6 insertions(+) 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;