dotfiles/config/awesome/autostart.sh

18 lines
292 B
Bash
Raw Normal View History

2024-03-17 14:39:54 +10:00
#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
run xscreensaver
2024-03-17 14:39:54 +10:00
run nm-applet
run parcellite
#run picom --config $HOME/.config/picom/picom.conf
run bitwarden-desktop
run remmina -i
2024-04-20 13:36:20 +10:00
run onedrivegui