From 1b8895f4ffd4b5477775447579a1930e78033704 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 25 May 2026 17:09:13 -0400 Subject: refactor: use a bigger terminal font size --- .config/alacritty.toml | 2 +- .config/alacritty.yml | 2 +- .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/alacritty.toml b/.config/alacritty.toml index f43add7..925b68b 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -30,7 +30,7 @@ foreground = "0xdcdcdc" TERM = "xterm-256color" [font] -size = 9.0 +size = 11.0 [font.normal] family = "Roboto Mono" diff --git a/.config/alacritty.yml b/.config/alacritty.yml index b744f4f..5576221 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -158,7 +158,7 @@ font: #style: Bold Italic # Point size - size: 9.0 + size: 11.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml index b3e8188..89e9077 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml @@ -9,7 +9,7 @@ - + -- cgit v1.2.3