Updated alacritty confif to use Hack font and set classname for dbus use

This commit is contained in:
Eric Renfro 2024-06-07 10:35:14 -04:00
parent e6d7694e43
commit 0143f7f15f
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
2 changed files with 14 additions and 2 deletions

View file

@ -41,11 +41,11 @@ shape = "Block"
size = 12.0
[font.bold]
family = "Hack Nerd Font"
family = "Hack"
style = "Bold"
[font.normal]
family = "Hack Nerd Font"
family = "Hack"
[[keyboard.bindings]]
Key = "C"

View file

@ -0,0 +1,12 @@
import = ["/home/psi-jack/.config/alacritty/alacritty.toml"]
[window]
title = "AlacrittyVisor"
class = { instance = "AlacrittyVisor", general = "AlacrittyVisor" }
dynamic_title = false
decorations = "none"
#startup_mode = "SimpleFullscreen"
position = { x = 0, y = 0 }
opacity = 0.98
blur = false