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

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