summaryrefslogtreecommitdiffstats
path: root/bin/hornet/tv
blob: 620cb1a3893c5e469e6cbc95d1f7c7386eb1a645 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

xrandr --auto
if xrandr -q | grep -q "DP-3 connected"; then
    xrandr --output DP-3 --right-of eDP-1 --mode 1920x1080
elif xrandr -q | grep -q "DP-4 connected"; then
    xrandr --output DP-4 --right-of eDP-1 --mode 1920x1080
fi