Files
dotfiles/screenlayout/.screenlayout/prometheus-two.sh

4 lines
271 B
Bash
Raw Normal View History

2019-11-08 10:17:54 -05:00
#!/bin/sh
2020-02-20 22:40:52 -05:00
xrandr --output DP3 --off --output DP2 --off --output DP1 --off --output HDMI3 --off --output HDMI2 --off --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1920x312 --rotate normal --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal
changepaper.sh