feat(rofi): setup some keybindings

This commit is contained in:
Sergio Laín 2024-08-02 14:09:39 +02:00
parent 30ff212156
commit c91849cc38
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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;