feat(i3): Add i3 config

feat(alacritty): Migrate to toml
This commit is contained in:
Quentin Godefroid 2024-01-02 17:56:07 +01:00 committed by Hactarus
parent d3f99d9353
commit 9c084bfeb5
6 changed files with 29 additions and 28 deletions

View file

@ -1,12 +1,4 @@
import = ["/home/hactario/.config/alacritty/dracula.toml", "/home/hactario/.config/alacritty/qgodefro.toml"]
import = ["/home/qgodefro/.config/alacritty/dracula.toml", "/home/qgodefro/.config/alacritty/qgodefro.toml"]
[env]
TERM = "xterm-256color"
decorations = "none"
startup_mode = "Maximized"
[window]
opacity = 0.70
[scrolling]
history = 100000

View file

@ -59,12 +59,18 @@ text = "CellForeground"
cursor = "CellForeground"
text = "CellBackground"
[bell]
color = "0xf8f8f2"
[font]
size = 10.0
[font.bold]
family = "monospace"
family = "Hack Nerd Font Mono"
style = "Bold"
[font.normal]
family = "monospace"
family = "Hack Nerd Font Mono"
style = "Regular"
[font.offset]

View file

@ -1,28 +1,26 @@
live_config_reload = true
[window]
dynamic_padding = true
decorations = 'None'
opacity = 0.8
dynamic_title = true
[windows.class]
general = "alacritty"
[bell]
animation = "EaseOutExpo"
duration = 2
animation = "EaseOutQuad"
duration = 150
[colors]
draw_bold_text_with_bright_colors = true
[scrolling]
history = 10000
multiplier = 1
history = 100000
multiplier = 3
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
#[windows]
#decorations = "none"
#dynamic_title = true
#opacity = 0.8
#[windows.class]
#general = "alacritty"
#[windows.dimensions]
#columns = 0
#lines = 0