diff options
Diffstat (limited to 'toggle-docked.sh')
-rwxr-xr-x | toggle-docked.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toggle-docked.sh b/toggle-docked.sh index e062a31..54551a1 100755 --- a/toggle-docked.sh +++ b/toggle-docked.sh @@ -5,7 +5,7 @@ if [ "$hasVGA" = "connected" ]; then xrandr \ --output VGA-0 \ --mode 1024x768 \ - --pos 0x0 \ + --pos 1920x0 \ --rotate normal \ --dpi 82 \ --output DP-0 \ @@ -17,7 +17,7 @@ if [ "$hasVGA" = "connected" ]; then --output DP-3 \ --primary \ --mode 1920x1080 \ - --pos 1024x0 \ + --pos 0x0 \ --rotate normal \ --dpi 96 \ --output DP-4 \ |