thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

termite as default terminal #729

Closed triyan1975 closed 3 years ago

triyan1975 commented 4 years ago

Please. How to set termite as default terminal? I installed termite but default terminal is still xterm. (Arch + i3 + Gnome environment)

petrposvic commented 4 years ago

Edit .config/i3/config and change command for $mod+Return: # bindsym $mod+Return exec i3-sensible-terminal # bindsym $mod+Return exec xterm -bg grey23 -fg silver -fa 'Monospace' -fs 16 bindsym $mod+Return exec termite

triyan1975 commented 4 years ago

It will not help because xdg-open opens vim in xterm

ffs97 commented 4 years ago

I don't think xdg controls the default terminal (source). Also, in my opinion, this question is not relevant to termite. The reason why xdg is opening vim in xterm might be because you have it set as the default $TERMINAL variable in one of your shell configs (~/.bashrc, ~/.zshrc)

AitBits commented 4 years ago

https://specifications.freedesktop.org/mime-apps-spec/latest/

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.