mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
4k scaling for main pc :) (lg ergo 4k)
This commit is contained in:
parent
43134e0546
commit
732529102f
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"cSpell.words": ["autohint", "hintstyle", "rgba"]
|
||||
}
|
6
computers/dev-pc/.Xresources
Normal file
6
computers/dev-pc/.Xresources
Normal file
@ -0,0 +1,6 @@
|
||||
Xft.dpi: 140
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.autohint: 0
|
@ -1,5 +1,6 @@
|
||||
#/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
MYPATH="$PWD/computers/dev-pc"
|
||||
|
||||
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
|
||||
ln -sf "$MYPATH/.Xresources" ~/.Xresources
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user