1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-04 17:09:12 +00:00
dotfiles/files/display/.screenlayout/home.sh
2019-01-26 20:21:19 +05:30

8 lines
214 B
Bash
Executable File

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