#!/bin/sh runifnot () { if type $1 >/dev/null; then echo $1 if [ -z "$(pgrep -f $1)" ]; then $@ & fi fi } runifnot runsvdir ~/.runit/runsvdir runifnot picom runifnot mpd-mpris -network unix runifnot mpd-notification runifnot xss-lock slockd runifnot sxhkd runifnot dunst runifnot caffeine if [ "$(crcparse WM)" = "$(which xmonad)" ]; then runifnot stalonetray fi xwallpaper --zoom ~/background.jpg setxkbmap -option "caps:escape" [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh"