latest user config
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
alacritty --config-file $HOME/.config/alacritty/alacritty-bg.toml --class "alacritty-bg" -e /home/dom/.config/alacritty/cava
|
||||
@@ -0,0 +1,4 @@
|
||||
[window]
|
||||
decorations = "None"
|
||||
dynamic_padding = false
|
||||
opacity = 0.0
|
||||
@@ -13,19 +13,19 @@ dynamic_title = true
|
||||
size = 11.0
|
||||
|
||||
[font.bold]
|
||||
family = "Hack Nerd Font"
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Hack Nerd Font"
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "Hack Nerd Font"
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "Hack Nerd Font"
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[keyboard]
|
||||
@@ -33,3 +33,8 @@ bindings = [
|
||||
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" } #ctrl + shift + enter = open new instance in same dir
|
||||
]
|
||||
|
||||
[cursor]
|
||||
style = "Beam"
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sleep 1 && cava
|
||||
Reference in New Issue
Block a user