From: martin f. krafft Date: Wed, 14 May 2025 08:16:11 +0000 (+0200) Subject: enable keyboard repeat for vnc X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/68b019086b1e02fe2c36c042ea097109c9356df8?ds=inline enable keyboard repeat for vnc --- 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