(rofi) added bindings for C-j/C-k to navigate up/down

This commit is contained in:
scbj
2026-02-03 13:40:49 +01:00
parent 99d40b0c05
commit fcff52457b

View File

@@ -9,6 +9,10 @@ configuration {
monitor: -1;
terminal: "ghostty";
case-sensitive: false;
kb-row-up: "Up,Control+k";
kb-row-down: "Down,Control+j";
kb-accept-entry: "Return,Control+m";
kb-remove-to-eol: "";
timeout {
action: "kb-cancel";
delay: 0;