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 --- .Xresources | 6 +++--- .config/alacritty.toml | 2 +- .config/alacritty.yml | 2 +- .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.Xresources b/.Xresources index 845497b..17af549 100644 --- a/.Xresources +++ b/.Xresources @@ -88,7 +88,7 @@ URxvt.visualBell: false *.color20: base04_gray4 *.color21: base06_gray5 -XTerm.vt100.faceName: Roboto Mono:size=10:antialias=true +XTerm.vt100.faceName: Roboto Mono:size=11:antialias=true XTerm.vt100.font: -misc-roboto mono-medium-r-normal--10-100-75-75-m-60-iso8859-1 XTerm.vt100.translations: #override \n\ @@ -97,10 +97,10 @@ XTerm.vt100.translations: #override \n\ Ctrl minus: smaller-vt-font() \n\ Ctrl plus: larger-vt-font() -URxvt.font: xft: Roboto Mono:size=10:antialias=true +URxvt.font: xft: Roboto Mono:size=11:antialias=true ! below requires the resize-font perl extension URxvt.keysym.C-minus: resize-font:smaller URxvt.keysym.C-equal: resize-font:bigger URxvt.keysym.C-0: resize-font:reset -URxvt.keysym.C-question: resize-font:show +URxvt.keysym.C-question: resize-font:show \ No newline at end of file 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