diff --git a/monitor-office b/monitor-office new file mode 100644 index 0000000..39e27d5 --- /dev/null +++ b/monitor-office @@ -0,0 +1,4 @@ +#!/bin/sh + +xrandr --output HDMI1 --auto --right-of eDP1 +xrandr --output DP2 --auto --above eDP1