Files
dtos-dotfiles/.config/awesome/autostart.sh
2023-04-05 14:32:50 -05:00

22 lines
280 B
Bash
Executable File

#!/usr/bin/env bash
function run {
if ! pgrep $1 ;
then
$@&
fi
}
#run "megasync"
run "xscreensaver -no-splash"
#run "/usr/bin/dropbox"
#run "insync start"
run "picom"
#run "/usr/bin/redshift"
run "mpd"
run "nm-applet"
# sleep 3
# run "$HOME/Scripts/Theming/1440.sh"