Update packages

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-11 17:12:09 +02:00
parent 0c519c15fe
commit cdf03d6c96
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 15 additions and 2 deletions

View file

@ -35,11 +35,11 @@ xrandr --output eDP-1-1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
if is-connected "DVI-I-1-1"; then
xrandr --output DVI-I-1-1 --mode 1920x1080 --left-of eDP1
else
xrandr --output DVI-I-1-1 --off
xrandr --output DVI-I-1-1 --off
fi
if is-connected "DVI-I-2-1"; then
xrandr --output DVI-I-2-1 --mode 1920x1080 --left-of eDP-1-1
else
xrandr --output DVI-I-2-1 --off
xrandr --output DVI-I-2-1 --off
fi