#!/bin/sh runifnot () { if type $1 >/dev/null; then echo $1 if [ -z "$(pgrep -Uzachir -f $1)" ]; then $@ & fi fi } killandrun () { if type $1 >/dev/null; then echo $1 if [ -n "$(pgrep -Uzachir -f $1)" ]; then pkill -Uzachir $1 fi $@ & fi } if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then notify-sound.sh off & if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle killandrun hyprpaper #launch_waybar.sh "$(crcparse WC)" runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' gsettings set $gnome-schema cursor-theme 'Adwaita' if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources fi else #runifnot picom runifnot caffeine runifnot xss-lock slockd runifnot sxhkd if "$(type xmonad >/dev/null 2>&1)"; then if ["$(crcparse WM)" = "$(which xmonad)" ]; then runifnot stalonetray fi fi xwallpaper --zoom ~/background.jpg setxkbmap -option "caps:escape" fi runifnot portmaster-start --data=/opt/safing/portmaster notifier fi [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh"