Skip to content

Commit 1fa8714

Browse files
committed
works around a repeating keystrokes bug
1 parent 04e6d2c commit 1fa8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/etc/supervisor/conf.d/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stdout_logfile=/var/log/pcmanfm.log
4848
[program:x11vnc]
4949
priority=20
5050
directory=/
51-
command=x11vnc -display :1 -xkb -forever -shared
51+
command=x11vnc -display :1 -xkb -forever -shared -repeat
5252
user=root
5353
autostart=true
5454
autorestart=true

0 commit comments

Comments
 (0)