diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:35:59 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-13 19:35:59 +0200 |
| commit | d4d78509f077cc672ac367db438fec5566d124dc (patch) | |
| tree | fd468fdca67f7332cd9909a742a0ce0fd6ff5fab | |
| parent | a30f2f88aa82240af9266f5fa3046011e9fe5a51 (diff) | |
add winapps.conf
| -rw-r--r-- | .config/winapps/winapps.conf | 15 |
1 files changed, 15 insertions, 0 deletions
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" |