update kitty conf
This commit is contained in:
parent
ae8429f1df
commit
aad0e7c97c
3 changed files with 13 additions and 2335 deletions
|
|
@ -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
|
|
@ -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