Re: [arch-general] xinitrc.d framework

2011-02-09 Thread Muhammed Uluyol
I think it would be better if it was more like rc.conf by using an array and a function that went through that array. It looks simple enough, maybe something like exec_xinitd_scripts() { if [[ $XINITD_SCRIPTS ]]; then for ((i=0; i < ${#XINITD_SCRIPTS[@]}; i++)); do exec_next

Re: [arch-general] xinitrc.d framework

2011-02-09 Thread Philipp Überbacher
Excerpts from Yclept Nemo's message of 2011-02-08 07:55:42 +0100: > I hacked an "xinitrc.d framework". The details are at > https://wiki.archlinux.org/index.php/Xinitrc.d_Framework. I'm only one > person, so I'd appreciate any comments. I don't really know what this is about, but conky works just

[arch-general] xinitrc.d framework

2011-02-07 Thread Yclept Nemo
I hacked an "xinitrc.d framework". The details are at https://wiki.archlinux.org/index.php/Xinitrc.d_Framework. I'm only one person, so I'd appreciate any comments.