Use Alacritty instead of Termite

This commit is contained in:
2021-05-13 18:55:54 +02:00
parent 0ccedc97ea
commit 2aad6a64bc
6 changed files with 80 additions and 296 deletions

View File

@@ -282,19 +282,13 @@ fi
** Export some default applications
#+begin_src bash
export EDITOR="nvim"
export TERMINAL="termite"
export TERMINAL="alacritty"
export BROWSER="qutebrowser"
export READER="zathura"
export FILE="ranger"
#+END_SRC
** Exports
*** Term
This is important for termite to work when sshing in remote machines.
#+begin_src bash
export TERM=xterm-color
#+end_src
*** XDG Default
#+begin_src bash
export XDG_CONFIG_HOME="$HOME/.config"