#linux #i3wm #linux_tutorial
How to set i3 wm always full screen on virtualbox?
for this you can solved with:
1. on terminal (but not always)
xrandr -s your_resolution
2. on config file (recomended)
exec_always xrandr -s your_resolution
and then reboot your machine with
sudo reboot
@diws