clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 5ef2f6ba fc9208a1

-1
-1
hypr/.config/hypr/sspaeti/windows-ms/start-windows.sh
··· 68 68 69 69 echo "RDP port is open, testing connection..." 70 70 # Quick RDP test with shorter timeout 71 - # timeout 5 rdesktop -g 320x240 -u docker 127.0.0.1:3389 -p admin 2>/dev/null 72 71 timeout 5 rdesktop -g 320x240 -u docker 127.0.0.1:3389 -p admin 2>/dev/null 73 72 if [ $? -ne 0 ]; then 74 73 echo "RDP not fully ready yet, waiting 5 more seconds..."