dotfiles/.config/awesome/autorun.sh

22 lines
427 B
Bash
Raw Normal View History

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 09:49:51 +02:00
run pulseeffects --gapplication-service
2019-11-15 10:04:42 +01:00
<<<<<<< HEAD
2019-10-12 09:49:51 +02:00
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
2019-11-15 10:04:42 +01:00
=======
>>>>>>> 0d908b167965b06afc60f528d598a6abea56a879