Once I install Steam and I have entered my ID and password I have to input a code for full access, but I only get a part of the window. Any way I can solve this?
You can try installing wmctrl (https://archlinux.org/packages/community/x86_64/wmctrl/).
Then do: wmctrl -l
.
To see a list of the open windows and their titles.
Find that steam window and than make it bigger with:
wmctrl -r "WINDOWTITLE" -e 1,-1,-1,1300,800
Where 1300,800 is the size that you want to resize too.
I have no clue as to why your window is so small though. I never had that issue.
2 Likes
That didnt work but i did find that I can still type the code into it.
Very Strange