浏览代码

Add forced HiDPI factor for alacritty

Colin Powell 5 年之前
父节点
当前提交
60178ad91d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      x/.xinitrc

+ 2 - 0
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 &