소스 검색

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 &