aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-04-11 14:26:19 +0100
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-04-11 14:26:19 +0100
commitde8712664e3fe76117656fe3abadbcd4ae52fd6e (patch)
tree42d82bb722563918170dae5b4a4050dfe4d65375 /home
parentc79eb0c650b5451a65c5c1f25e319d641579d163 (diff)
downloaddotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.tar.gz
dotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.tar.bz2
dotfiles-de8712664e3fe76117656fe3abadbcd4ae52fd6e.zip
[alacritty] Prevent dpi scaling
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 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"