1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

Triple screen awesomeness 💥

This commit is contained in:
Abhay Rana 2016-02-18 23:33:39 +05:30
parent 4aee70d5e7
commit b5d5b861e2

View File

@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --mode 1920x1080 --pos 0x432 --rotate normal --output DP1 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI2 --off --output HDMI1 --off --output VGA1 --off
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --mode 1920x1080 --pos 3840x0 --rotate normal --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VGA1 --off