Change default console to alacritty + init config

This commit is contained in:
Tanguy Herbron 2020-07-08 15:43:49 +02:00
parent 8c470c5afd
commit a998e84d65
2 changed files with 18 additions and 1 deletions

17
.alacritty.yml Normal file
View File

@ -0,0 +1,17 @@
glyph_offset:
x: 0
y: -1
font:
normal:
family: MesloLGS Nerd Font
style: Regular
bold:
family: MesloLGS Nerd Font
style: Bold
italic:
family: MesloLGS Nerd Font
style: Italic
# Point size of the font
size: 8

View File

@ -88,7 +88,7 @@ set_from_resource $ws10_key i3-wm.workspace.10.key 0
###############################################################################
## Launch // Terminal // <> Enter ##
bindsym $mod+Return exec /usr/bin/konsole
bindsym $mod+Return exec /usr/bin/alacritty
## Launch // Browser // <><Shift> Enter ##
bindsym $mod+Shift+Return exec gtk-launch $(xdg-settings get default-web-browser)