logo

My Openbox Experiment - Ditching the Desktop Environment?

time5 mo agoview61 views

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-generator #github page https://software.opensuse.org/download.html?project=home%3AHead_on_a_Stick%3Aobmenu-generator&package=obmenu-generator #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 &

Loading comments...