Differentiate different HOST settings

This commit is contained in:
2025-06-24 20:50:53 +02:00
parent 2e1a069338
commit 5c110b89cc
3 changed files with 4 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ cursor_trail 3
# Include Custom Configuration # Include Custom Configuration
# Create the file custom.conf in ~/.config/kitty to overwrite the default configuration # Create the file custom.conf in ~/.config/kitty to overwrite the default configuration
include ./custom.conf include ./${HOSTNAME}.conf
window_padding_width 0 window_padding_width 0
single_window_padding_width -1 single_window_padding_width -1

View File

@@ -0,0 +1,2 @@
font_size 13

View File

@@ -0,0 +1 @@
font_size 11