style: minor adjustments to kitty and fonts

This commit is contained in:
Youwen Wu 2024-08-08 02:52:28 -07:00
parent 5c35fda971
commit 4aa3ffcafd
3 changed files with 4 additions and 2 deletions

View file

@ -96,6 +96,7 @@
nix-homebrew.darwinModules.nix-homebrew nix-homebrew.darwinModules.nix-homebrew
./modules/darwin/homebrew.nix ./modules/darwin/homebrew.nix
./modules/darwin/yabai.nix ./modules/darwin/yabai.nix
./modules/darwin/skhd.nix
]; ];
}; };
}; };

View file

@ -1,7 +1,7 @@
{ {
services.skhd = { services.skhd = {
enable = true; enable = true;
config = '' skhdConfig = ''
# opens iTerm2 # opens iTerm2
alt - return : kitty alt - return : kitty

View file

@ -58,13 +58,14 @@
theme = "Tokyo Night"; theme = "Tokyo Night";
font.name = "CaskaydiaCove Nerd Font"; font.name = "CaskaydiaCove Nerd Font";
settings = { settings = {
font_size = 12; font_size = 13;
window_padding_width = "8 8 0"; window_padding_width = "8 8 0";
confirm_os_window_close = -1; confirm_os_window_close = -1;
shell_integration = "enabled"; shell_integration = "enabled";
enable_audio_bell = "no"; enable_audio_bell = "no";
background_opacity = "0.8"; background_opacity = "0.8";
hide_window_decorations = "titlebar-only"; hide_window_decorations = "titlebar-only";
background_blur = 32;
}; };
}; };