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

@ -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"