I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly.
I installed trayer and tint2, along with nitrogen. I added the following lines to my
~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command
nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.
Here is my autostart.sh file:
Code:
# Autostart file for openbox
nitrogen --restore &
(sleep 2s && tint -c /home/john/.config/tint/.tintrc) &
(sleep 2s && trayer --expand true --transparent true --alpha 255 --edge bottom --align right --expand true --SetDockType true --widthtype request --margin 130) &
I do have proper content in the .tintrc file located in /home/john/.config/tint/tintrc. Am I doing something wrong here?