dotfiles/fluxbox/startup

26 lines
329 B
Text
Raw Permalink Normal View History

2022-01-14 05:00:14 +00:00
#!/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