update kitty conf

This commit is contained in:
Alexander Navarro 2025-09-23 13:03:55 -03:00
parent ae8429f1df
commit 301f316144
3 changed files with 13 additions and 2334 deletions

View file

@ -28,6 +28,7 @@ depends = []
"configs/uwsm" = "~/.config/uwsm"
"configs/vimiv" = "~/.config/vimiv"
"configs/waybar" = "~/.config/waybar"
"configs/wezterm" = "~/.config/wezterm"
"configs/wlogout" = "~/.config/wlogout"
"configs/wpaperd" = "~/.config/wpaperd"
"configs/yazi" = "~/.config/yazi"
@ -35,4 +36,3 @@ depends = []
[default.variables]

File diff suppressed because it is too large Load diff

View file

@ -4,10 +4,12 @@ local wezterm = require("wezterm")
-- This will hold the configuration.
local config = wezterm.config_builder()
config.enable_wayland = true
-- This is where you actually apply your config choices
-- For example, changing the color scheme:
config.color_scheme = "Catppuccin Mocha"
-- config.color_scheme = "Catppuccin Mocha"
config.font = wezterm.font("JetBrainsMono Nerd Font")
config.integrated_title_button_style = "Gnome"