From 60178ad91d64da077e8099fb0d669a03f5ff7b48 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 28 Jan 2020 13:47:54 -0500 Subject: [PATCH] Add forced HiDPI factor for alacritty --- x/.xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x/.xinitrc b/x/.xinitrc index 65ed984..1887bec 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -4,6 +4,8 @@ if [ ! -d "$XDG_RUNTIME_DIR" ]; then chmod 0700 "$XDG_RUNTIME_DIR" fi +export WINIT_HIDPI_FACTOR=1.0 + setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle setxkbmap -option caps:escape -option compose:ralt &