dotfiles/files/screen-layouts/DabApps/desk.sh
Jake Howard 31c784aaef
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!
2019-10-17 13:20:04 +01:00

2 lines
199 B
Bash
Executable file

#!/bin/sh
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