mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	4k scaling for main pc :) (lg ergo 4k)
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user