Skip to content

Commit 59eb8fd

Browse files
committed
Default alacritty font to 9, framework tweak to 7
Too small for many screens
1 parent 2e3c429 commit 59eb8fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configs/alacritty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import = [ "~/.config/alacritty/theme.toml", "~/.config/alacritty/font.toml", "~/.local/share/omakub/defaults/alacritty.toml" ]
22

33
[font]
4-
size = 7
4+
size = 9

install/set-framework-text-scaling.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ SCREEN_RESOLUTION=$(xrandr | grep '*+' | awk '{print $1}')
44
if [ "$COMPUTER_MAKER" == "Framework" ] && [ "$SCREEN_RESOLUTION" == "2256x1504" ]; then
55
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
66
gsettings set org.gnome.desktop.interface cursor-size 16
7+
sed -i "s/size = 9/size = 7/g" ~/.config/alacritty/alacritty.toml
78
fi

0 commit comments

Comments
 (0)