dotfiles/.local/bin/autostart.example

6 lines
128 B
Text
Raw Normal View History

#! /bin/sh
2019-02-25 13:42:47 +01:00
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
start-pulseaudio-x11
compton -b
echo "Started on `date -Iseconds`" > $HOME/log