diff options
Diffstat (limited to 'bin/with-one-monitor')
-rwxr-xr-x | bin/with-one-monitor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/with-one-monitor b/bin/with-one-monitor new file mode 100755 index 0000000..9463ff2 --- /dev/null +++ b/bin/with-one-monitor @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA-1 --off --output HDMI-1 --off --output DP-1 --off |