diff options
| author | kj_sh604 | 2026-05-25 17:09:13 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-25 17:09:13 -0400 |
| commit | 1b8895f4ffd4b5477775447579a1930e78033704 (patch) | |
| tree | 3e042ea90c92e2b933090248b1910234a16f2fe4 | |
| parent | d4a21a826114bb0ee0b460db78bd3f305e7b04f9 (diff) | |
| -rw-r--r-- | .Xresources | 6 | ||||
| -rw-r--r-- | .config/alacritty.toml | 2 | ||||
| -rw-r--r-- | .config/alacritty.yml | 2 | ||||
| -rw-r--r-- | .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 <Key> minus: smaller-vt-font() \n\ Ctrl <Key> 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 @@ <property name="color-cursor-use-default" type="bool" value="false"/> <property name="color-palette" type="string" value="rgb(63,63,63);rgb(214,121,121);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(220,220,220);rgb(112,144,128);rgb(220,163,163);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255)"/> <property name="color-bold-is-bright" type="bool" value="true"/> - <property name="font-name" type="string" value="Roboto Mono 9"/> + <property name="font-name" type="string" value="Roboto Mono 11"/> <property name="misc-always-show-tabs" type="bool" value="false"/> <property name="misc-bell" type="bool" value="false"/> <property name="misc-bell-urgent" type="bool" value="false"/> |
