add rofi calendar

This commit is contained in:
azpsen
2024-02-01 11:50:10 -06:00
parent 5eee1c0346
commit ada8bee31e
6 changed files with 300 additions and 1 deletions

View File

@@ -19,8 +19,9 @@ configuration {
kb-row-down: "Down,Control+j";
kb-accept-entry: "Control+m,Return,KP_Enter";
kb-remove-to-eol: "Control+Shift+e";
/*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
kb-mode-next: "Shift+Right,Control+Tab,Control+l";
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
kb-mode-complete: "Control+Shift+space";
kb-remove-char-back: "BackSpace";
}