Using FreeBSD 13.0-RELEASE-p7, I would like to start openbox with 2x2 grid workplaces/ desktops. I found this on superuser and have tried the following command but no luck.
And according to this askubuntu link, I've tried adding the following line to ~/.profile but again it didn't work.
Any help please.
xprop -root -f _NET_DESKTOP_LAYOUT 32cccc -set _NET_DESKTOP_LAYOUT 0,2,2,0
And according to this askubuntu link, I've tried adding the following line to ~/.profile but again it didn't work.
sleep 5 && xprop -root -f _NET_DESKTOP_LAYOUT 32cccc -set _NET_DESKTOP_LAYOUT 0,2,2,0
Any help please.