Skip to content

Commit

Permalink
Merge pull request #219 from RheaBarar/main
Browse files Browse the repository at this point in the history
Improve sound and microphone sharing.
  • Loading branch information
oskardotglobal authored Aug 19, 2024
2 parents 534c89e + 89eae4e commit b6f6a93
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bin/winapps
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@ function waRunCommand() {
+dynamic-resolution \
+auto-reconnect \
+home-drive \
/audio-mode:1 \
/sound \
/microphone \
/wm-class:"Microsoft Windows" \
/t:"Windows RDP Session [$RDP_IP]" \
/v:"$RDP_IP" &>/dev/null &
Expand All @@ -528,7 +529,8 @@ function waRunCommand() {
+auto-reconnect \
+clipboard \
+home-drive \
/audio-mode:1 \
/sound \
/microphone \
-wallpaper \
+dynamic-resolution \
"$MULTI_FLAG" \
Expand Down Expand Up @@ -566,7 +568,8 @@ function waRunCommand() {
+auto-reconnect \
+clipboard \
+home-drive \
/audio-mode:1 \
/sound \
/microphone \
-wallpaper \
+dynamic-resolution \
"$MULTI_FLAG" \
Expand All @@ -593,7 +596,8 @@ function waRunCommand() {
+auto-reconnect \
+clipboard \
+home-drive \
/audio-mode:1 \
/sound \
/microphone \
-wallpaper \
+dynamic-resolution \
"$MULTI_FLAG" \
Expand Down

0 comments on commit b6f6a93

Please sign in to comment.