My Openbox Experiment - Ditching the Desktop Environment?

Опубликовано: 28 Февраль 2026
на канале: OldTechBloke
43,845
926

Could I live in Openbox rather than a full desktop environment? This week I look at how and if that would be possible.

If you enjoyed this video please subscribe to my channel by clicking here http://bit.ly/364epTf

##Links for obmenu-generator
https://github.com/trizen/obmenu-gene... #github page
https://software.opensuse.org/downloa... #Debian Package

My autostart file
compton -b -C &

Set screen resolution
(sleep 4s && xrandr --output HDMI-1 --off --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal --output DP-1 --mode 1920x1080 --primary --pos 1680x0 --rotate normal) &

Launch nitrogen before launching plank
(sleep 4s && nitrogen --restore && plank) &

Launch tint2
(sleep 3s && tint2) &

Launch volume control
mate-volume-control-status-icon &

Launch nm-applet
nm-applet &

Launch pamac system tray
pamac-tray &

##Set GB keyboard
setxkbmap -layout gb &