Miscellaneous small changes

This commit is contained in:
Adam Cooper 2025-04-27 10:05:21 -04:00
parent 10dad60184
commit dfc0868e3b
4 changed files with 11 additions and 6 deletions

View file

@ -4,9 +4,9 @@
# AwesomeWM startup items
run() {
if ! pgrep -f "$1"; then
"$@" &
fi
if ! pgrep -f "$1"; then
"$@" &
fi
}
/usr/sbin/wezterm start &
@ -14,7 +14,7 @@ run() {
run "cbatticon"
run "blueman-applet"
run "nm-applet"
run "mullvad-vpn"
# run "mullvad-vpn"
run "keepassxc"
/usr/sbin/nextcloud --background &
/usr/sbin/pasystray --key-grabbing --notify=all &

View file

@ -1,5 +1,10 @@
#!/bin/sh
#
# This is an example. The actual file lives at
# ~/.local/bin/mail-sync.sh
#
OFFLINEIMAP=$(pgrep offlineimap)
NOTMUCH=$(pgrep notmuch)
@ -35,4 +40,3 @@ notmuch tag +trash -inbox -- date:..2d and tag:mailinglist
notmuch tag +trash -inbox -- date:..2d and from:@facebookmail.com
notmuch tag +trash -inbox -- date:..2d and from:noreply@twitch.tv
notmuch tag +trash -inbox -- date:..2d and from:messages-noreply@linkedin.com

View file

@ -17,3 +17,4 @@ Bangladesh
mercenaries
guarani
rust
wallabag

View file

@ -62,7 +62,7 @@ source /home/adam/.cargo/env
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm"
source /usr/share/nvm/nvm.sh
source /usr/share/nvm/bash_completion
source /usr/share/nvm/install-nvm-exec
# source /usr/share/nvm/install-nvm-exec
# rbenv
eval "$(~/.rbenv/bin/rbenv init - zsh)"