Fix minor issues

This commit is contained in:
Tobias Reisinger 2022-12-29 14:46:46 +01:00
parent 440fbe6c86
commit 0ff85399df
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ start_audio_pipewire () {
wait-for-service --user "pipewire.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_FR' 'alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__hw_U192k__sink:playback_FR'

View file

@ -22,7 +22,8 @@
ripgrep # grep-alternative
trash-cli # rm wrapper to use trash-bin
shellcheck # tool for shell-syntax
spotifyd # spotify-daemon
#spotifyd # spotify-daemon
(spotifyd.override { withMpris = true; }) # spotify-daemon
tokei # project-language statistics
unzip # unzip
vimHugeX # vim with clipboard support