Add forced HiDPI factor for alacritty

This commit is contained in:
Colin Powell
2020-01-28 13:47:54 -05:00
parent e5e9a745f3
commit 60178ad91d

View File

@ -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 &