david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-11-03 08:34:30 +01:00
parent 60c0bafa2c
commit c21811b587
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ rdp()
which xfreerdp >/dev/null
if [ $? -eq 0 ]; then
#xfreerdp +clipboard /v:$server /u:$username /d:$domain /size:1920x1080
xfreerdp +clipboard /v:$server /u:$username /d:$domain /size:1366x768
xfreerdp /v:$server /u:$username /d:$domain /size:1366x768 -wallpaper:on
else
echo "error: no rdp client found"