aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:51 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:51 +0100
commitc132c91855bb995417d9f5473aa6d1a965626ba7 (patch)
treed3da88893cdbcaf16f3945de8e57cdf5b741757a /home
parent2f0c98f7ea12195d9e679b7574e40ea14efe063a (diff)
downloaddotfiles-c132c91855bb995417d9f5473aa6d1a965626ba7.tar.gz
dotfiles-c132c91855bb995417d9f5473aa6d1a965626ba7.tar.bz2
dotfiles-c132c91855bb995417d9f5473aa6d1a965626ba7.zip
fix: restore WINIT_X11_SCALE_FACTOR for correct font scaling
Without this override, fonts render disproportionately large on X11 due to DPI auto-detection.
Diffstat (limited to 'home')
-rw-r--r--home/.config/alacritty/alacritty.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml
index d9e460a..eef1443 100644
--- a/home/.config/alacritty/alacritty.toml
+++ b/home/.config/alacritty/alacritty.toml
@@ -34,6 +34,9 @@ white = '#ebdbb2'
blink_interval = 500
blink_timeout = 0
+[env]
+WINIT_X11_SCALE_FACTOR = "1.0"
+
[cursor.style]
blinking = "On"