AwesomeFiles/config/awesome/configuration/autorun.sh

15 lines
237 B
Bash
Raw Normal View History

2022-02-21 05:10:32 -06:00
#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
# compositor
2022-02-24 15:22:26 -06:00
run picom --experimental-backends --config $HOME/.config/picom/picom.conf
2022-02-21 05:10:32 -06:00
# auth
run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1