aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rofi/.config/rofi/config.rasi4
1 files changed, 4 insertions, 0 deletions
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi
index 7023be8..659b4f7 100644
--- a/rofi/.config/rofi/config.rasi
+++ b/rofi/.config/rofi/config.rasi
@@ -147,5 +147,9 @@ configuration {
sorting-method: "name";
}
*/
+ kb-mode-next: "Shift+Right,Tab";
+ kb-mode-previous: "Shift+Left,ISO_Left_Tab";
+ kb-row-up: "Up,Control+p";
+ kb-row-tab: "Control+Tab";
}
@theme "arthur"