dotfiles/.config/awesome/autorun.sh

14 lines
213 B
Bash
Executable File

#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
. ~/.config/compton/launch.sh
#run ~/.config/awesome/autohidewibox.py ~/.config/awesome/autohidewibox.conf
run ~/setbg.sh
run dunst