dotfiles/.local/bin/autostart
2019-02-25 13:42:47 +01:00

5 lines
128 B
Bash
Executable file

#! /bin/sh
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
start-pulseaudio-x11
compton -b
echo "Started on `date -Iseconds`" > $HOME/log