diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2023-10-03 09:03:06 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2023-10-03 09:03:06 +0200 |
| commit | 7074d007fa16eeb62148f18746e3f2893741dd00 (patch) | |
| tree | dd7471f399bac2da4668b25c515706f073fb06e5 | |
| parent | 39d4c4743cfd7b695a55672d6235e5574deab74c (diff) | |
Update the rofi keyboard shortcut
| -rw-r--r-- | rofi/.config/rofi/config.rasi | 4 |
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" |
