aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-05-12 04:13:43 -0400
committertdro <tdro@users.noreply.github.com>2021-05-12 04:13:43 -0400
commit7aa65532488b2785db4403bdf23b7aaecb659bcc (patch)
treeb172196ac8415bbfde058f0bad8c678e06b2bc36
parent6795bd153696df49c889a3cd5571cd817edd58a5 (diff)
downloaddotfiles-7aa65532488b2785db4403bdf23b7aaecb659bcc.tar.gz
dotfiles-7aa65532488b2785db4403bdf23b7aaecb659bcc.tar.bz2
dotfiles-7aa65532488b2785db4403bdf23b7aaecb659bcc.zip
.config/systemd/user/x11vnc: Add noxdamage and ncache_cr
-rw-r--r--.config/systemd/user/x11vnc.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index 6dd50bd..8e758d2 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -7,7 +7,7 @@ Type=simple
RestartSec=1s
Restart=always
SyslogIdentifier=x11vnc
-ExecStart=/usr/bin/env x11vnc -display :0 -rfbport 5900 -usepw -nowf -norepeat -forever -noxrecord -noxfixes -auth $XAUTHORITY
+ExecStart=/usr/bin/env x11vnc -display :0 -rfbport 5900 -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY
[Install]
WantedBy=default.target