From 68b019086b1e02fe2c36c042ea097109c9356df8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 14 May 2025 10:16:11 +0200 Subject: [PATCH] enable keyboard repeat for vnc --- .ssh/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config.in b/.ssh/config.in index 686d161..c71897c 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -292,7 +292,7 @@ Host lotus-vnc Match tagged vnc ControlPath none ConnectTimeout 120 - RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -norepeat -timeout 10 -gone '/usr/bin/xautolock -locknow' + 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' Host emerald | emerald.kids.gern | emerald.rw.madduck.net CheckHostIP no -- 2.39.5