grab&run a plain Debian and install:
sudo apt-get install xinit openbox obmenu obconf lxappearance font-manager tint2 feh xterm slurm mc discus thunar geany
feh --bg-scale /path/to/your/background/image.jpg
)xterm ... THE app
font-manager
slurm
mc
discus
thunar
geany
sudo nano /etc/default/keyboard
change XKBLAYOUT=”gb” to "de"
I preefer the macOS way. Open ~/.config/openbox/rc.xml
and change value to something like IMCLND
or CIM
You can also do this with obconf
: IMC = Close, Iconify, Maximize.
sudo apt-get install x11-xserver-utils
to get xrandr.
OB Resolution Submenu:
<menu id="res-menu" label="Resolution">
<separator label="Resolution"/>
<item label="1280x1024">
<action name="Execute">
<execute>
xrandr -s 1280x1024
</execute>
</action>
</item>
<item label="1024x768">
<action name="Execute">
<execute>
xrandr -s 1024x768
</execute>
</action>
</item>
<item label="800x600">
<action name="Execute">
<execute>
xrandr -s 800x600
</execute>
</action>
</item>