View Single Post
Posts: 139 | Thanked: 97 times | Joined on Nov 2010 @ United States
#130
I was able to work around this issue by running these commands after connecting:

WID=$(wmctrl -l|awk '(NF == 4)&&($4 == "NX") {print $1}')
wmctrl -i -r $WID -b toggle,fullscreen&&/usr/share/snx/set-focus $WID
 

The Following User Says Thank You to AndrewX192 For This Useful Post: