Change default console to alacritty + init config
This commit is contained in:
parent
8c470c5afd
commit
a998e84d65
17
.alacritty.yml
Normal file
17
.alacritty.yml
Normal 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
|
@ -88,7 +88,7 @@ set_from_resource $ws10_key i3-wm.workspace.10.key 0
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
## Launch // Terminal // <> Enter ##
|
## Launch // Terminal // <> Enter ##
|
||||||
bindsym $mod+Return exec /usr/bin/konsole
|
bindsym $mod+Return exec /usr/bin/alacritty
|
||||||
|
|
||||||
## Launch // Browser // <><Shift> Enter ##
|
## Launch // Browser // <><Shift> Enter ##
|
||||||
bindsym $mod+Shift+Return exec gtk-launch $(xdg-settings get default-web-browser)
|
bindsym $mod+Shift+Return exec gtk-launch $(xdg-settings get default-web-browser)
|
||||||
|
Loading…
Reference in New Issue
Block a user