2019-08-26 11:42:16 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
function run {
|
|
|
|
if ! pgrep -f $1 ;
|
|
|
|
then
|
|
|
|
$@&
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2019-10-12 10:26:27 +02:00
|
|
|
run ~/.config/compton/launch.sh
|
2019-08-27 14:11:39 +02:00
|
|
|
#run ~/.config/awesome/autohidewibox.py ~/.config/awesome/autohidewibox.conf
|
2019-08-26 15:16:50 +02:00
|
|
|
run ~/setbg.sh
|
|
|
|
run dunst
|
2019-10-12 10:26:27 +02:00
|
|
|
run pulseeffects --gapplication-service
|