dotfiles/awesome/autorun.sh
Adam Cooper a3fa29cde3 Various items
- [X11] Bring .xinitrc under version control
- [awesome] Clean up autorun script
- [awesome] Clean up config
- [neovim] Clean up config, minor changes
2023-10-01 13:22:26 -04:00

23 lines
338 B
Bash
Executable file

#!/bin/sh
run() {
if ! pgrep -f "$1" ;
then
"$@"&
fi
}
# Currently not working
run "alacritty --title bottom -e btm --battery"
run "cbatticon"
run "blueman-applet"
run "nm-applet --no-agent"
run "nextcloud --background"
run "pasystray"
run "xscreensaver -no-splash"
run "sleep 4"
run "wmctrl -r bottom -t 1"
run "keepassxc"