From c2b89f6ad26d3f633f886753f911d28129dc8a11 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:46:44 -0400 Subject: [PATCH] increase kitty fontsize for linux --- kitty/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/setup.sh b/kitty/setup.sh index 7eb7b97..e4e1bbc 100755 --- a/kitty/setup.sh +++ b/kitty/setup.sh @@ -2,7 +2,7 @@ OS=$(uname -s) if [ "$OS" = "Linux" ]; then - kitten @ set-font-size --all 9.0 + kitten @ set-font-size --all 11.0 fi # get the SUNRISE/SUNSET time for the day