Speedup startup routine
This commit is contained in:
parent
d419ca351c
commit
f40596434d
2 changed files with 41 additions and 31 deletions
.local/bin
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
until systemctl is-active --quiet --user pulseaudio.socket
|
||||
do
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
systemctl --user stop pulseaudio.service
|
||||
systemctl --user stop pulseaudio.socket
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue