mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
2 commits
a6cc571f68
...
398b98861f
Author | SHA1 | Date | |
---|---|---|---|
398b98861f | |||
968d4eb347 |
2 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
fi
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
xinput set-prop 13 283 1 &
|
||||
xinput set-prop 13 303 1 &
|
||||
xinput set-prop 13 285 1 &
|
||||
xinput set-prop 13 305 1 &
|
||||
{{- else if eq .chezmoi.hostname "triangulum" }}
|
||||
xinput set-prop 10 306 1 &
|
||||
{{- else if eq .chezmoi.hostname "hydrus" }}
|
||||
|
|
|
@ -8,6 +8,9 @@ while pgrep -u $UID -x wireplumber >/dev/null; do sleep 1; done
|
|||
while pgrep -u $UID -x pipewire >/dev/null; do sleep 1; done
|
||||
while pgrep -u $UID -x pipewire-pulse >/dev/null; do sleep 1; done
|
||||
|
||||
# Wait for xdg-desktop-portal to start
|
||||
until pgrep -u $UID -f /usr/lib/xdg-desktop-portal >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch pipewire
|
||||
echo "---" | tee -a /tmp/{wireplumber.log,pipewire.log,pipewire-pulse.log}
|
||||
/usr/bin/wireplumber 2>&1 | tee -a /tmp/wireplumber.log & disown
|
||||
|
|
Loading…
Reference in a new issue