diff --git a/.config/openbox/autostart b/.config/openbox/autostart index db2853f..86a95f7 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,7 +1,6 @@ #! /bin/sh -start-pulseaudio-x11 -sleep 2 -compton -b +$HOME/.local/bin/autostart & +sleep 5 stalonetray & dunst & pcmanfm --desktop & diff --git a/.local/bin/autostart b/.local/bin/autostart new file mode 100755 index 0000000..d747c54 --- /dev/null +++ b/.local/bin/autostart @@ -0,0 +1,4 @@ +#! /bin/sh +start-pulseaudio-x11 +compton -b +echo "Started on `date -Iseconds`" > $HOME/log