Add more conf. files
TODO(Paul): Cleanup alacritty stuff later
This commit is contained in:
29
alacritty/alacritty.toml
Normal file
29
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
[font]
|
||||
size = 12
|
||||
|
||||
[font.normal]
|
||||
family = "Iosevka"
|
||||
style = "Regular"
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = false
|
||||
|
||||
[terminal.shell]
|
||||
program = "/usr/bin/fish"
|
||||
|
||||
[window]
|
||||
opacity = 0.85
|
||||
|
||||
[window.padding]
|
||||
x = 10
|
||||
y = 10
|
||||
|
||||
[general]
|
||||
import = ["/home/l/.config/alacritty/catppuccin-mocha.toml"]
|
||||
|
||||
[terminal]
|
||||
Reference in New Issue
Block a user