dotfiles/.local/bin/autostart.example
2022-12-09 16:38:31 +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