#!/bin/sh xset -b & if ! pgrep pipewire; then pipewire & sleep 0.3 pipewire-pulse & fi if ! pgrep sirius.sh; then ~/src/zenUtils/sirius.sh & fi case $(~/src/zenUtils/extdisplay.sh status) in "connected") ~/src/zenUtils/extdisplay.sh solo;; *) :;; esac nitrogen --restore & tint2 & xcompmgr & exec fluxbox