dotfiles/bin/screenlayout-home

11 lines
271 B
Plaintext
Raw Normal View History

2017-04-04 00:49:07 +02:00
#!/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"