Browse Source

Make alacritty the default terminal

DricomDragon 5 years ago
parent
commit
f135caa56c
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Install/Templates/fish/config.fish
  2. 1 1
      Install/Templates/i3/config

+ 2 - 0
Install/Templates/fish/config.fish

@@ -3,4 +3,6 @@ set --export -g jhe 'jovian-hersemeule.eu'
 set --export -g EDITOR 'vi -e'
 set --export -g VISUAL vim
 
+set --export -g TERMINAL alacritty
+
 set -gx PATH ~/.bin $PATH

+ 1 - 1
Install/Templates/i3/config

@@ -23,7 +23,7 @@ set $right s
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec alacritty
 
 # kill focused window
 bindsym $mod+Shift+w kill