making rofi work a lil better
This commit is contained in:
parent
9daaa96d74
commit
38e0f2f923
14 changed files with 156 additions and 79 deletions
|
@ -13,6 +13,14 @@ configuration {
|
|||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
kb-accept-entry: "Return";
|
||||
kb-remove-to-eol: "Control-D";
|
||||
kb-remove-char-back: "BackSpace";
|
||||
kb-mode-complete: "Control-M";
|
||||
kb-row-down: "Control-j";
|
||||
kb-row-up: "Control-k";
|
||||
kb-row-left: "Control-h";
|
||||
kb-row-right: "Control-l";
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue