From c67ea463e938882d1b500e3ffc38b9f7906acbc0 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 5 Feb 2025 14:10:34 +0300 Subject: [PATCH] rofi mappings --- home/user/.config/rofi/config.rasi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/user/.config/rofi/config.rasi b/home/user/.config/rofi/config.rasi index f110b6b..d0c83b6 100644 --- a/home/user/.config/rofi/config.rasi +++ b/home/user/.config/rofi/config.rasi @@ -2,5 +2,9 @@ configuration { show-icons: true; terminal: "alacritty"; font: "xft:FiraCode 12"; + kb-accept-entry: "Ctrl+m"; + kb-row-up: "Ctrl+k"; + kb-row-down: "Ctrl+j"; + kb-remove-to-eol: ""; } @theme "Arc-Dark"