Skip to content

Commit 0de27e4

Browse files
authored
Merge pull request #59 from Lancher/keys-stroke
Works around a repeating keystrokes bug ~
2 parents 04e6d2c + 1fa8714 commit 0de27e4

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)