Move to alacritty as default term

This commit is contained in:
gardouille 2021-10-14 09:38:59 +02:00
parent 29a47e4fed
commit 7876eeda6a
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ hc emit_hook reload
xsetroot -solid '#5A8E3A'
TERMINAL="termit"
TERMINAL="alacritty"
BROWSER="qutebrowser"
if [ $(command -v "${TERMINAL}") ] && [ ! $(pidof -x "${TERMINAL}") ] ; then