diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 19:44:13 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 19:44:13 -0500 |
| commit | a910750e912fb80b87f1ca3b385573d813bc3e4c (patch) | |
| tree | 0d27480eb108652f9fbd0aa86883be26c421fb80 /env/.config/rofi | |
| parent | fe74ef66ee5882495e00bae731c8e299811c7c1d (diff) | |
Squashed commit of the following:
- quote fix
Diffstat (limited to 'env/.config/rofi')
| -rw-r--r-- | env/.config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/rofi/config.rasi b/env/.config/rofi/config.rasi index bf6a13d..148a0bf 100644 --- a/env/.config/rofi/config.rasi +++ b/env/.config/rofi/config.rasi @@ -18,7 +18,7 @@ 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"; + terminal: "wezterm"; 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"; |
