aboutsummaryrefslogtreecommitdiff
path: root/env/.config/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'env/.config/rofi')
-rw-r--r--env/.config/rofi/config.rasi11
1 files changed, 11 insertions, 0 deletions
diff --git a/env/.config/rofi/config.rasi b/env/.config/rofi/config.rasi
index 837eea0..bf6a13d 100644
--- a/env/.config/rofi/config.rasi
+++ b/env/.config/rofi/config.rasi
@@ -13,3 +13,14 @@
window, mainbox{
//border-radius: 20px;
}
+
+configuration {
+ kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
+ kb-row-down: "Down,Control+j";
+ kb-accept-entry: "Control+m,Return,KP_Enter";
+ terminal: "mate-terminal";
+ kb-remove-to-eol: "Control+Shift+e";
+ /*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
+ kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
+ kb-remove-char-back: "BackSpace";
+}