dotfiles/files/display/.screenlayout/home.sh

8 lines
214 B
Bash
Raw Normal View History

2018-12-17 18:29:30 +00:00
#!/bin/sh
2019-01-26 14:51:19 +00:00
xrandr \
--output HDMI2 --mode 2560x1080 --pos 1920x0 --rotate normal \
--output HDMI1 --off \
--output DP1 --mode 1920x1080 --pos 0x0 --rotate normal \
--output eDP1 --off \
--output VIRTUAL1 --off