Add xrandr.sh

This commit is contained in:
crate 2025-04-11 20:25:52 +00:00
parent 644ef8d5c8
commit 66e674d7c0

6
xrandr.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
xrandr -q
xrandr --addmode Virtual-1 2560x1440_60.00
xrandr --output Virtual-1 --mode 2560x1440_60.00