diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-19 12:35:08 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-19 12:35:08 -0500 |
| commit | 0e8b26800a0faff17d2da96bf0b097bca0f15c16 (patch) | |
| tree | c3614c929eb27cee436e4495ba058f9c13d6e18a /modules | |
| parent | 894e9df970050186078a08f6e2a6c405a18a9875 (diff) | |
| download | home-0e8b26800a0faff17d2da96bf0b097bca0f15c16.tar.gz | |
modules/foot: smaller font
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/foot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index e0cabda..b07b94c 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -22,7 +22,7 @@ in }; settings = { main = { - font = "monospace:size=12"; + font = "monospace:size=10"; title = "term"; resize-by-cells = "no"; pad = "0x0 center"; |