dotfiles/.config/awesome/autorun.sh

22 lines
427 B
Bash
Executable File

#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run ~/.config/compton/launch.sh
#run ~/.config/awesome/autohidewibox.py ~/.config/awesome/autohidewibox.conf
run ~/setbg.sh
run dunst
run pulseeffects --gapplication-service
<<<<<<< HEAD
xsetwacom set "Wacom HID 50DB Finger touch" Gesture off
run touchegg
run nm-applet
#run music_wake.sh
=======
>>>>>>> 0d908b167965b06afc60f528d598a6abea56a879