From a998e84d65a9ea0ea1473ed7f615852fd063d235 Mon Sep 17 00:00:00 2001 From: therbron Date: Wed, 8 Jul 2020 15:43:49 +0200 Subject: [PATCH] Change default console to alacritty + init config --- .alacritty.yml | 17 +++++++++++++++++ .config/i3/config | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .alacritty.yml 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)