h-m/kitty: cider needs more dpi, thonkpad doesn't

This commit is contained in:
noe 2023-12-17 09:51:37 -05:00
parent cd74db4ab7
commit 83ee698bf0
2 changed files with 4 additions and 1 deletions

View file

@ -9,7 +9,7 @@
settings = {
wayland_titlebar_color = "system";
background_opacity = "0.82";
font_size = 16;
font_size = 12;
hide_window_decorations = "no";
linux_display_server = "x11";
confirm_os_window_close = 0;

View file

@ -6,4 +6,7 @@
../../features/kitty.nix
../../features/vesktop
];
# im blind LOL
programs.kitty.settings.font_size = 16;
}