From 6352c6968b7b6b6a725f3b5512f9707f255230c2 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 18 Aug 2025 09:50:49 +0200 Subject: [PATCH] set ncache=4 for x11vnc call --- .ssh/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config.in b/.ssh/config.in index 8f901d9..2a458ab 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -340,7 +340,7 @@ Host clegg.northdrive.de Match tagged vnc ControlPath none ConnectTimeout 120 - RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow' + RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -ncache 4 -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow' ### DEFAULTS -- 2.39.5