mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-08 05:49:06 -04:00
Move .config to dot_config
This commit is contained in:
parent
8b22f48063
commit
54a8d91b59
19 changed files with 0 additions and 2 deletions
26
dot_config/alacritty/alacritty.toml
Normal file
26
dot_config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
import = ["/home/eric/.config/alacritty/catppuccin/catppuccin-macchiato.toml", "/home/eric/.config/alacritty/fonts.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[cursor]
|
||||
unfocused_hollow = false
|
||||
|
||||
[cursor.style]
|
||||
blinking = "On"
|
||||
shape = "Block"
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
WINIT_X11_SCALE_FACTOR = "1.0"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
dynamic_title = true
|
||||
startup_mode = "Windowed"
|
||||
|
||||
[window.dimensions]
|
||||
columns = 82
|
||||
lines = 25
|
||||
|
||||
[window.padding]
|
||||
x = 13
|
||||
y = 13
|
Loading…
Add table
Add a link
Reference in a new issue