diff options
author | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-04-11 14:26:19 +0100 |
---|---|---|
committer | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2024-04-11 14:26:19 +0100 |
commit | de8712664e3fe76117656fe3abadbcd4ae52fd6e (patch) | |
tree | 42d82bb722563918170dae5b4a4050dfe4d65375 /home/.config/alacritty | |
parent | c79eb0c650b5451a65c5c1f25e319d641579d163 (diff) | |
download | dotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.tar.gz dotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.tar.bz2 dotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.zip |
[alacritty] Prevent dpi scaling
Diffstat (limited to 'home/.config/alacritty')
-rw-r--r-- | home/.config/alacritty/alacritty.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml index 596738d..a720863 100644 --- a/home/.config/alacritty/alacritty.toml +++ b/home/.config/alacritty/alacritty.toml @@ -28,6 +28,9 @@ foreground = "0xebdbb2" blink_interval = 500 blink_timeout = 0 +[env] +WINIT_X11_SCALE_FACTOR = "1.0" + [cursor.style] blinking = "On" |