dotfiles/awesome/autorun.sh
Adam Cooper 1f3249a316 Various changes to neovim, awesome
- Better handling of new terminals
- Miscellaneous neovim tweaks
2024-04-02 08:28:14 -04:00

23 lines
433 B
Bash
Executable file

#!/bin/sh
run() {
if ! pgrep -f "$1" ;
then
"$@"&
fi
}
/usr/sbin/alacritty --socket "$XDG_RUNTIME_DIR/alacritty-main.sock" --title awesome-startup &
/usr/sbin/alacritty --title bottom --option font.size=6.5 --command btm --battery &
run "cbatticon"
run "blueman-applet"
run "nm-applet"
run "nextcloud --background"
run "pasystray"
run "xscreensaver -no-splash"
run "sleep 4"
run "wmctrl -r bottom -t 8"
run "keepassxc"