Openbox in Debian

Openbox is a lightweight window manager for Linux and BSD. 

openbox on Debian trixie
 

Installation

sudo apt install openbox

To add a status bar, I use polybar 

sudo apt install polybar 

Configuration 

Openbox global configuration stored in /etc/xdg/openbox, just create a local configuration bay copying to user config folder

mkdir -p ~/.config/openbox
cp -a /etc/xdg/openbox ~/.config/

Comments