diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-05-13 17:58:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-05-13 17:58:26 -0400 |
commit | d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5 (patch) | |
tree | efe83835c5372978d2bb735f7a1c766881f9aeb7 /undocked.sh | |
parent | 212b87cd003505f0414b8c3cc538c715f8c33df6 (diff) | |
download | scripts-d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5.tar.xz scripts-d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5.zip |
fixed email address
Diffstat (limited to 'undocked.sh')
-rwxr-xr-x | undocked.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/undocked.sh b/undocked.sh index ec2c9f3..b0f24c9 100755 --- a/undocked.sh +++ b/undocked.sh @@ -1,2 +1,3 @@ #!/bin/sh +xrandr xrandr --output VGA-0 --off --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --primary --mode 1920x1080 --pos 0x0 --rotate normal --dpi 96 --output DP-4 --off |