fixed the chromecors command and swapped monitors because of a new GPU

This commit is contained in:
2019-06-15 20:21:39 +02:00
parent 77854c645c
commit 77a5a64496
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output DVI-D-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-0 --off
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DVI-D-0 --off