✨ feat(rofi): setup some keybindings
This commit is contained in:
parent
30ff212156
commit
c91849cc38
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ configuration {
|
||||||
steal-focus: false;
|
steal-focus: false;
|
||||||
hover-select: true;
|
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 setting
|
||||||
matching: "normal";
|
matching: "normal";
|
||||||
tokenize: true;
|
tokenize: true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue