From ef07fd287c1cf1184ad58ce2c9fbaf067fc26f01 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 27 Dec 2023 20:31:24 +0100 Subject: [PATCH] better test --- .config/fish/config_wsl.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/config_wsl.fish b/.config/fish/config_wsl.fish index 09719ca..e25367d 100644 --- a/.config/fish/config_wsl.fish +++ b/.config/fish/config_wsl.fish @@ -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 & end -# Screen is lost on boot on my T1000 computer -if lscpu | grep "i7-10875H" > /dev/null +# Sometimes the screen is getting lost +if not test -e /tmp/.X11-unix/X0 ln -sf /mnt/wslg/.X11-unix/X0 /tmp/.X11-unix/ end