OpenBOX How to start openbox with 2x2 grid workplaces?

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.

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.
 
Back
Top