feat(hypr): switch back to alacritty & fix font
This commit is contained in:
parent
b3087f5f64
commit
b78599bcc5
3 changed files with 13 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
[font]
|
||||
size = 13
|
||||
|
||||
[font.normal]
|
||||
family = "Hasklug Nerd font"
|
||||
|
||||
[window]
|
||||
option_as_alt = "Both"
|
12
dot_config/alacritty/alacritty.toml.tmpl
Normal file
12
dot_config/alacritty/alacritty.toml.tmpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
[font]
|
||||
size = 13
|
||||
|
||||
[font.normal]
|
||||
{{- if eq .chezmoi.os "darwin"}}
|
||||
family = "Hasklug Nerd font"
|
||||
{{- else if eq .chezmoi.os "linux" }}
|
||||
family = "Cascadia Code"
|
||||
{{- end }}
|
||||
|
||||
[window]
|
||||
option_as_alt = "Both"
|
|
@ -104,7 +104,7 @@ windowrulev2 = tile,class:^(dev.warp.Warp)$
|
|||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Return, exec, warp-terminal
|
||||
bind = $mainMod, Return, exec, alacritty
|
||||
bind = $mainMod, q, killactive,
|
||||
bind = $mainMod, BackSpace, exit,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
|
|
Loading…
Reference in a new issue