dotfiles/files/display/.screenlayout/office.sh

4 lines
169 B
Bash
Raw Normal View History

#!/bin/sh
2018-09-03 07:34:42 +00:00
MONITOR=${1:-DP1}
xrandr --output eDP1 --primary --mode 1440x900 --pos 0x300 --rotate normal \
--output $MONITOR --mode 1920x1200 --pos 1440x0 --rotate normal