update kitty conf
This commit is contained in:
parent
ae8429f1df
commit
301f316144
3 changed files with 13 additions and 2334 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue