diff --git a/.alacritty.yml b/.alacritty.yml new file mode 100644 index 0000000..a2ace7e --- /dev/null +++ b/.alacritty.yml @@ -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 diff --git a/.config/i3/config b/.config/i3/config index ad57bc2..d87ab52 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 // <> Enter ## bindsym $mod+Shift+Return exec gtk-launch $(xdg-settings get default-web-browser)