minor updates for archmetabox

This commit is contained in:
Solomon Laing 2022-11-29 21:26:48 +10:30
parent 5a72856253
commit e87724e019

View File

@ -18,7 +18,7 @@ numlockx
HOST=$(cat /etc/hostname) HOST=$(cat /etc/hostname)
if [ "$HOST" = "archmetabox" ] ; then if [ "$HOST" = "archmetabox" ] ; then
# this is specifically for the laptop so check hostname # this is specifically for the laptop so check hostname
xrandr --setprovideroutputsource modesetting NVIDIA-G0 xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto xrandr --auto
fi fi