diff options
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 501865b..9dc91d4 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -2,7 +2,7 @@ configuration{ modi: "run,drun,window"; icon-theme: "Gruvbox-Icons"; show-icons: true; - terminal: "kitty"; + terminal: "foot"; drun-display-format: "{icon} {name}"; location: 0; disable-history: false; |