From 55dcc7c5619783bff6ec0a4b062b6187e69fbf25 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 19 Feb 2019 09:24:22 +0100 Subject: [PATCH] Split a part of openbox' autostart to a separate script --- .config/openbox/autostart | 5 ++--- .local/bin/autostart | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 .local/bin/autostart 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