New adapter, new screen layout

This commit is contained in:
Jake Howard 2019-12-05 14:48:33 +00:00
parent 6523980104
commit 2bd33855e9
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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