01: update config

This commit is contained in:
2026-03-21 12:45:05 -05:00
parent 546aefe946
commit 1e99c5133f
10 changed files with 892 additions and 120 deletions
+44 -4
View File
@@ -1,13 +1,53 @@
import = ["~/.config/alacritty/catppuccin/catppuccin-frappe.toml"]
[cursor.style]
shape = "Underline"
[env]
TERM = "xterm-256color"
[font]
size = 23
size = 13
[colors]
footer_bar = { foreground = "#181818", background = "#d8d8d8" }
[font.normal]
family = "Hack Nerd Font"
family = "HackNerdFont"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "PageUp"
mode = "~Alt"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "PageDown"
mode = "~Alt"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollToTop"
key = "Home"
mode = "~Alt"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollToBottom"
key = "End"
mode = "~Alt"
mods = "Shift"
[terminal.shell]
args = ["--login"]
program = "/bin/zsh"
[window]
opacity = 0.2
opacity = 0.5
padding = {x = 25, y = 25}
[general]
import = ["/home/trianta/.config/alacritty/catppuccin/catppuccin-frappe.toml"]
[terminal]