Added ability to auto-pause following period of inactivity.

This commit is contained in:
Rohan Barar
2024-07-28 22:55:38 +10:00
parent 2f8cf846ea
commit 3b8565fa46
3 changed files with 95 additions and 0 deletions

View File

@@ -302,6 +302,8 @@ RDP_PASS="MyWindowsPassword"
#RDP_FLAGS=""
#MULTIMON="true"
#DEBUG="true"
#AUTOPAUSE="on" # Acceptable values are 'on' and 'off'.
#AUTOPAUSE_TIME="300" # Seconds before pausing Windows due to inactivity. Ignored if AUTOPAUSE 'off'.
#FREERDP_COMMAND="xfreerdp"
```