Skip to content

Commit

Permalink
Default alacritty font to 9, framework tweak to 7
Browse files Browse the repository at this point in the history
Too small for many screens
  • Loading branch information
dhh committed Jun 10, 2024
1 parent 2e3c429 commit 59eb8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import = [ "~/.config/alacritty/theme.toml", "~/.config/alacritty/font.toml", "~/.local/share/omakub/defaults/alacritty.toml" ]

[font]
size = 7
size = 9
1 change: 1 addition & 0 deletions install/set-framework-text-scaling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ SCREEN_RESOLUTION=$(xrandr | grep '*+' | awk '{print $1}')
if [ "$COMPUTER_MAKER" == "Framework" ] && [ "$SCREEN_RESOLUTION" == "2256x1504" ]; then
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
gsettings set org.gnome.desktop.interface cursor-size 16
sed -i "s/size = 9/size = 7/g" ~/.config/alacritty/alacritty.toml
fi

0 comments on commit 59eb8fd

Please sign in to comment.