Add screenlayout script for home pc

This commit is contained in:
Jan Philipp Timme 2017-04-04 00:49:07 +02:00
parent 9c15804c0d
commit 030e06daa2
1 changed files with 10 additions and 0 deletions

10
bin/screenlayout-home Executable file
View File

@ -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"