I recently ran a windows game with wine on Xubuntu
. It resized my screen size and using
xrandr -s 0
it fixes. But I need to do this each time after boot. I used this solution and I wrote above command in ~/.xprofile
, but it not works.
I want to set my default screen size after boot being 0
. How can I do that?