Turn of macbook screen when at desk
Turns out performance is much better when running 2 screens rather than 3, and cooling is slightly better too!
This commit is contained in:
parent
ed858a5474
commit
31c784aaef
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP-1 --primary --mode 1920x1200 --pos 0x322 --rotate normal --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 3839x0 --rotate normal --output DP-2 --off --output HDMI-2 --mode 1920x1080 --pos 1920x0 --rotate normal
|
||||
xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --mode 1920x1080 --pos 0x0 --rotate normal
|
||||
|
|
Loading…
Reference in a new issue