Merge from other pc

This commit is contained in:
crater2150 2023-08-20 17:42:24 +02:00
parent ed884c133f
commit 173029c521
5 changed files with 17 additions and 1 deletions

View file

@ -1,2 +1,3 @@
#!/bin/sh
exec 2>&1
exec pipewire

View file

@ -1,2 +1,8 @@
#!/bin/sh
if ! pidof awesome; then
sleep 5
exit
fi
exec redshift-gtk

2
wireplumber/control/t Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
[ -r supervise/pid ] && kill -TERM -$(cat supervise/pid)

View file

@ -1,3 +1,4 @@
#!/bin/sh
sv check pipewire >/dev/null || exit 1
sv check pipewire >/dev/null 2>&1 || exit 1
exec 2>&1
exec wireplumber

View file

@ -1,2 +1,8 @@
#!/bin/zsh
if ! pidof awesome; then
sleep 5
exit
fi
exec xiccd