Add xrandr rules for T15
This commit is contained in:
parent
9659eab318
commit
3575383712
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then
|
|||
xrandr --output DP1 --primary --above eDP1
|
||||
elif [[ "$(xrandr | awk '/^HDMI1/ { print $2 }')" == "connected" ]];then
|
||||
xrandr --output HDMI1 --primary --above eDP1
|
||||
|
||||
else :
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue