From e87724e0196b7c2fd08cfebcc8f7187b9572a5e9 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 29 Nov 2022 21:26:48 +1030 Subject: [PATCH] minor updates for archmetabox --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 8fd21b1..dfb42f8 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -18,7 +18,7 @@ numlockx HOST=$(cat /etc/hostname) if [ "$HOST" = "archmetabox" ] ; then # this is specifically for the laptop so check hostname - xrandr --setprovideroutputsource modesetting NVIDIA-G0 + xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto fi