better test
This commit is contained in:
parent
71f9f96383
commit
ef07fd287c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ if timeout 0.2 ping -c1 192.168.1.200 > /dev/null
|
||||||
sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null &
|
sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null &
|
||||||
end
|
end
|
||||||
|
|
||||||
# Screen is lost on boot on my T1000 computer
|
# Sometimes the screen is getting lost
|
||||||
if lscpu | grep "i7-10875H" > /dev/null
|
if not test -e /tmp/.X11-unix/X0
|
||||||
ln -sf /mnt/wslg/.X11-unix/X0 /tmp/.X11-unix/
|
ln -sf /mnt/wslg/.X11-unix/X0 /tmp/.X11-unix/
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue