From d4d78509f077cc672ac367db438fec5566d124dc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 13 Oct 2025 19:35:59 +0200 Subject: add winapps.conf --- .config/winapps/winapps.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/winapps/winapps.conf diff --git a/.config/winapps/winapps.conf b/.config/winapps/winapps.conf new file mode 100644 index 0000000..2ef2dae --- /dev/null +++ b/.config/winapps/winapps.conf @@ -0,0 +1,15 @@ +RDP_USER="$(id -un)" +RDP_PASS="$(pass etc/rdpwin)" +VM_NAME="rdpwin" +WAFLAVOR="libvirt" +RDP_SCALE="100" +REMOVABLE_MEDIA="/mnt" +RDP_FLAGS="/cert:tofu /sound /microphone +home-drive -decorations +span /kbd:remap:0x3a=0x1d" +DEBUG="true" +AUTOPAUSE="off" +AUTOPAUSE_TIME="300" +PORT_TIMEOUT="5" +RDP_TIMEOUT="30" +APP_SCAN_TIMEOUT="30" +BOOT_TIMEOUT="0" +HIDEF="off" -- cgit v1.2.3