You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi first thanks for this great script , second I had issue the script couldnt recocgnize the right Desiplay name anyway I use this fixed value to solve my issue -i :0.0+$X,$Y
I hope this helps someone else , and if you have issue with the new parameters , use this command to get your display number
ps -u $(id -u) -o pid= | xargs -I PID -r cat /proc/PID/environ 2> /dev/null | tr '\0' '\n' | grep ^DISPLAY=: | sort -u