diff options
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi index f8db5d4..80a7b9c 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -2,7 +2,7 @@ configuration{ modi: "run,drun"; icon-theme: "Papirus"; show-icons: true; - terminal: "wezterm"; + terminal: "kitty"; drun-display-format: "{icon} {name}"; location: 0; disable-history: false; @@ -14,5 +14,4 @@ configuration{ sidebar-mode: false; } -@theme "catppuccin-mocha" - +@theme "theme" |