From f1ea29170f9d5f74c7e94fca5003593fc1f8ea2b Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 30 Aug 2026 13:36:13 -0400 Subject: [PATCH 1/2] etc: Disable automatic user-dirs updates --- etc/user-dirs.conf | 1 + linux.conf.yaml | 1 + 2 files changed, 2 insertions(+) create mode 100644 etc/user-dirs.conf diff --git a/etc/user-dirs.conf b/etc/user-dirs.conf new file mode 100644 index 0000000..cd74f82 --- /dev/null +++ b/etc/user-dirs.conf @@ -0,0 +1 @@ +enable=false diff --git a/linux.conf.yaml b/linux.conf.yaml index 9d1f7bf..21a6bca 100644 --- a/linux.conf.yaml +++ b/linux.conf.yaml @@ -1,5 +1,6 @@ - link: ~/.config/user-dirs.dirs: etc/user-dirs.dirs + ~/.config/user-dirs.conf: etc/user-dirs.conf ~/.profile: etc/profile.linux ./ghostty/os.ghostty: ghostty/linux.ghostty ./zsh/os.zshrc: zsh/linux.zshrc From 2ad81c0f46fe8e5763070bf6f741e10bbee59c6e Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 1 Sep 2026 08:08:47 -0400 Subject: [PATCH 2/2] ghostty: Restore Linux font size --- ghostty/linux.ghostty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/linux.ghostty b/ghostty/linux.ghostty index 12ad5e4..7b9cd71 100644 --- a/ghostty/linux.ghostty +++ b/ghostty/linux.ghostty @@ -1 +1 @@ -font-size = 12 +font-size = 10