diff options
Diffstat (limited to 'scripts/single-monitor.sh')
-rwxr-xr-x | scripts/single-monitor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/single-monitor.sh b/scripts/single-monitor.sh new file mode 100755 index 0000000..ec6c5e2 --- /dev/null +++ b/scripts/single-monitor.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 640x1440 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2 --off |