Add screenlayout script for home pc
This commit is contained in:
parent
9c15804c0d
commit
030e06daa2
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
xrandr --newmode "1920x1080RS" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync
|
||||
|
||||
xrandr --addmode DVI-0 "1920x1080RS"
|
||||
xrandr --addmode DVI-1 "1920x1080RS"
|
||||
|
||||
xrandr --output DVI-0 --mode "1920x1080RS"
|
||||
xrandr --output DVI-1 --mode "1920x1080RS"
|
||||
|
Loading…
Reference in New Issue