freebsd-update fetch2. Install Xorg and OpenBox:
freebsd-update install
pkg install xorg openbox tint23. Create the following directory inside your home directory:
mkdir ~/.configmkdir ~/.config/openbox
mkdir ~/.config/tint22. Copy OpenBox provided configuration files to the directory:
cp /usr/local/etc/xdg/openbox/menu.xml ~/.config/openbox/menu.xmlcp /usr/local/etc/xdg/openbox/rc.xml ~/.config/openbox/rc.xml
3. Copy Tint2 provided configuration file to the directory:
cp /usr/local/share/examples/tint2/tint2rc ~/.config/tint24. Create the following file and give it executable permissions:
touch ~/.config/openbox/autostart.shchmod +x ~/.config/openbox/autostart.sh5. Echo the following content inside the file:
echo "#!/bin/sh" >> ~/.config/openbox/autostart.sh6. Configure hal and dbus to start on boot:
echo 'hald_enable="YES"' >> /etc/rc.conf7. Instruct X to load OpenBox:
echo "exec openbox-session" >> ~/.xinitrc8. Reboot the computer:
reboot9. Launch OpenBox and edit Tint2:
startxtint2conf
No comments:
Post a Comment