[screenlayout] This should do it for Titan's 3 screens

This commit is contained in:
2020-10-14 09:25:40 -04:00
parent f6d83a0008
commit 0b1199c2f7

View File

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