Réglage dans weston-rdp

This commit is contained in:
Hippolyte Chauvin 2023-04-23 22:46:39 +02:00
parent 4f04440059
commit 475adb1bdd

View file

@ -7,7 +7,6 @@ rdp_d="${HOME}/.rdp"
hostname="$(hostname)"
crt="${rdp_d}/${hostname}.crt"
key="${rdp_d}/${hostname}.key"
socket=wayland-1
# Arguments
width="${1:-1920}" ; shift
@ -17,12 +16,11 @@ height="${1:-1080}"; shift
weston_com=(
"$weston"
"$@"
"--backend=${backend}"
"--rdp-tls-cert=${crt}"
"--rdp-tls-key=${key}"
"--width=${width}"
"--height=${height}"
"--socket=${socket}"
--backend="$backend"
--rdp-tls-cert="$crt"
--rdp-tls-key="$key"
--width="$width"
--height="$height"
)
# Debug