summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-01-15 14:36:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2020-01-15 14:36:49 +0100
commite8d6d89641bf6febebfc2e18217adb0191f11f07 (patch)
treebccff0975c861f8cbec0063ce655276a23ae66c6
parenta9f8bc0ad4ce03c6df0f6e4fa4c7eef1cde24bd4 (diff)
downloadbin-e8d6d89641bf6febebfc2e18217adb0191f11f07.zip
bin-e8d6d89641bf6febebfc2e18217adb0191f11f07.tar.gz
rdp : set default window width and height
-rwxr-xr-xrdp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdp b/rdp
index 117a790..342c330 100755
--- a/rdp
+++ b/rdp
@@ -2,7 +2,7 @@
[ $# -lt 1 ] && echo "missing hostname" && exit 1
-OPTS="/kbd:0x0000100C"
+OPTS="/w:1800 /h:1000 /kbd:0x0000100C"
host="$1"
if [ $# -gt 1 ]; then