2019-08-26 11:42:16 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
function run {
|
|
|
|
if ! pgrep -f $1 ;
|
|
|
|
then
|
|
|
|
$@&
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2019-12-18 08:17:07 +01:00
|
|
|
run ~/.config/picom/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 09:49:51 +02:00
|
|
|
run pulseeffects --gapplication-service
|
|
|
|
xsetwacom set "Wacom HID 50DB Finger touch" Gesture off
|
|
|
|
run touchegg
|
2019-11-15 10:02:03 +01:00
|
|
|
run nm-applet
|
2019-10-12 09:49:51 +02:00
|
|
|
#run music_wake.sh
|