I am recently new to Linux and have been trying to get as much info as I can. For example, I keep reading about creating/adding a xinitrc file in my home directroy. Whenever I boot Fluxbox up it never remebers my settings from the previous session. I made a file that is just plan .xinitrc and have
#!bin/sh
exec /usr/bin/local/fluxbox
I also tried adding some of my dockapps to be loaded automatcially in this script but it wasnt working. I finally put it in the /etc/x11/gdm/sessions folder where I created a file for FLuxbox to show up at my sesions for gdm. This seems to be working fine but am still wondering why the .xinitrc file wouldnt run like an auto-script. Like I said im a newbie so go easy if I mesed something up