# # These things are run when an Openbox X Session is started. # You may place a similar script in $HOME/.config/openbox/autostart # to run user-specific things. # # If you want to use GNOME config tools... # #if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then # /usr/lib/openbox/gnome-settings-daemon & #elif which gnome-settings-daemon >/dev/null 2>&1; then # gnome-settings-daemon & #fi # If you want to use XFCE config tools... # #xfce-mcs-manager & # fondo de pantalla nitrogen --restore & # touchpad para desplazamiento horizontal synclient HorizTwoFingerScroll=1 & # touchpad dos dedos synclient TapButton2=3 & synclient TapButton1=1 & # barra de tareas tint2 & # icono de volumen para tint2 sleep 5s && volumeicon & # icono de red nm-applet & # Battery cbatticon & # compton # compton -cCGfF -r 9 -o 0.75 -l -14 -t -14 -I 0.028 -O 0.03 -D 3 -i 0.5 & # compton -r 12.0 -o 0.75 -l -15.0 -t -15.0 -I 0.028 -O 0.03 -D 3 -c -f -C -F -G & compton --config /home/ice/.config/compton.conf & # plank # plank & # Conky conky -c /home/ice/Harmattan/.harmattan-themes/Ciliora-Tertia-v2/God-Mode/normal-mode/.conkyrc &