Set i3 wm always full screen on virtualbox

Опубликовано: 04 Октябрь 2024
на канале: diws
394
1

#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