Fix minor issues
This commit is contained in:
parent
440fbe6c86
commit
0ff85399df
2 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ start_audio_pipewire () {
|
||||||
wait-for-service --user "pipewire.service"
|
wait-for-service --user "pipewire.service"
|
||||||
wait-for-service --user "wireplumber.service"
|
wait-for-service --user "wireplumber.service"
|
||||||
|
|
||||||
sleep 5
|
sleep 1
|
||||||
|
|
||||||
pw-link 'default-sink:monitor_FL' 'alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__hw_U192k__sink:playback_FL'
|
pw-link 'default-sink:monitor_FL' 'alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__hw_U192k__sink:playback_FL'
|
||||||
pw-link 'default-sink:monitor_FR' 'alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__hw_U192k__sink:playback_FR'
|
pw-link 'default-sink:monitor_FR' 'alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__hw_U192k__sink:playback_FR'
|
||||||
|
|
|
@ -22,7 +22,8 @@
|
||||||
ripgrep # grep-alternative
|
ripgrep # grep-alternative
|
||||||
trash-cli # rm wrapper to use trash-bin
|
trash-cli # rm wrapper to use trash-bin
|
||||||
shellcheck # tool for shell-syntax
|
shellcheck # tool for shell-syntax
|
||||||
spotifyd # spotify-daemon
|
#spotifyd # spotify-daemon
|
||||||
|
(spotifyd.override { withMpris = true; }) # spotify-daemon
|
||||||
tokei # project-language statistics
|
tokei # project-language statistics
|
||||||
unzip # unzip
|
unzip # unzip
|
||||||
vimHugeX # vim with clipboard support
|
vimHugeX # vim with clipboard support
|
||||||
|
|
Loading…
Reference in a new issue