Split a part of openbox' autostart to a separate script

This commit is contained in:
Tobias Schmidl 2019-02-19 09:24:22 +01:00
parent da313a0c60
commit 55dcc7c561
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,6 @@
#! /bin/sh
start-pulseaudio-x11
sleep 2
compton -b
$HOME/.local/bin/autostart &
sleep 5
stalonetray &
dunst &
pcmanfm --desktop &

4
.local/bin/autostart Executable file
View file

@ -0,0 +1,4 @@
#! /bin/sh
start-pulseaudio-x11
compton -b
echo "Started on `date -Iseconds`" > $HOME/log