diff --git a/files/display/.screenlayout/duplicate_mac.sh b/files/display/.screenlayout/duplicate_mac.sh new file mode 100755 index 0000000..8ac59f2 --- /dev/null +++ b/files/display/.screenlayout/duplicate_mac.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1280x800 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1280x800 --pos 0x0 --rotate normal --output DP2 --off diff --git a/files/display/.screenlayout/projector_office.sh b/files/display/.screenlayout/projector_office.sh new file mode 100755 index 0000000..26ec0b2 --- /dev/null +++ b/files/display/.screenlayout/projector_office.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1368x768 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1366x768 --pos 0x0 --rotate normal --output DP2 --off diff --git a/files/display/.screenlayout/recroom.sh b/files/display/.screenlayout/recroom.sh new file mode 100755 index 0000000..5c0996b --- /dev/null +++ b/files/display/.screenlayout/recroom.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1368x768 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1360x768 --pos 0x0 --rotate normal --output DP2 --off