1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-04 17:09:12 +00:00
dotfiles/files/display/.screenlayout/office.sh
2018-09-03 13:04:42 +05:30

4 lines
169 B
Bash
Executable File

#!/bin/sh
MONITOR=${1:-DP1}
xrandr --output eDP1 --primary --mode 1440x900 --pos 0x300 --rotate normal \
--output $MONITOR --mode 1920x1200 --pos 1440x0 --rotate normal