4k scaling for main pc :) (lg ergo 4k)

This commit is contained in:
Rick van Lieshout 2022-08-27 20:51:00 +02:00
parent 43134e0546
commit 732529102f
4 changed files with 15 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"cSpell.words": ["autohint", "hintstyle", "rgba"]
}

View File

@ -0,0 +1,6 @@
Xft.dpi: 140
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.autohint: 0

View File

@ -1,5 +1,6 @@
#/bin/bash
#!/bin/bash
MYPATH="$PWD/computers/dev-pc"
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
ln -sf "$MYPATH/.Xresources" ~/.Xresources

View File

@ -1,2 +1,5 @@
#!/bin/sh
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-0 --off --output DP-1 --off --output DVI-D-0 --off
export GDK_DPI_SCALE=1
export ELM_SCALE=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 3840x2160 --pos 0x0 --rotate normal --output DP-0 --off --output DP-1 --off --output DVI-D-0 --off