diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/with-one-monitor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/with-one-monitor b/bin/with-one-monitor index 9463ff20..337291f8 100755 --- a/bin/with-one-monitor +++ b/bin/with-one-monitor @@ -1,2 +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 +exec xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off |
