mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Compare commits
No commits in common. "398b98861fc4a474405c745a45952330fc49bfd8" and "a6cc571f68802268965f89dfc7807e6a012ad777" have entirely different histories.
398b98861f
...
a6cc571f68
2 changed files with 2 additions and 5 deletions
|
@ -34,8 +34,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
fi
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
xinput set-prop 13 285 1 &
|
||||
xinput set-prop 13 305 1 &
|
||||
xinput set-prop 13 283 1 &
|
||||
xinput set-prop 13 303 1 &
|
||||
{{- else if eq .chezmoi.hostname "triangulum" }}
|
||||
xinput set-prop 10 306 1 &
|
||||
{{- else if eq .chezmoi.hostname "hydrus" }}
|
||||
|
|
|
@ -8,9 +8,6 @@ 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