[awesome] Restoring unrelated commits

This commit is contained in:
Adam Cooper 2025-02-13 23:04:46 -05:00
parent be71f3ade0
commit 7beb8c156f
2 changed files with 500 additions and 474 deletions

View file

@ -4,9 +4,8 @@
# AwesomeWM startup items # AwesomeWM startup items
run() { run() {
if ! pgrep -f "$1" ; if ! pgrep -f "$1"; then
then "$@" &
"$@"&
fi fi
} }
@ -20,9 +19,10 @@ run "keepassxc"
/usr/sbin/nextcloud --background & /usr/sbin/nextcloud --background &
/usr/sbin/pasystray --key-grabbing --notify=all & /usr/sbin/pasystray --key-grabbing --notify=all &
/usr/sbin/xscreensaver -no-splash & /usr/sbin/xscreensaver -no-splash &
/usr/sbin/clipcatd &
/usr/sbin/sleep 4 /usr/sbin/sleep 4
# This seems to broken specifically for wezterm & btop at startup # This seems to broken specifically for wezterm & btop at startup
/usr/sbin/wezterm cli spawn --new-window -- /usr/sbin/btop /usr/sbin/wezterm cli spawn --new-window -- /usr/sbin/btop
/usr/sbin/sleep 2 /usr/sbin/sleep 2
/usr/sbin/wmctrl -r btop -t 8 /usr/sbin/wmctrl -r btop -t 8

File diff suppressed because it is too large Load diff