aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-01-05 12:40:35 -0500
committertdro <tdro@users.noreply.github.com>2023-01-05 12:40:35 -0500
commit4b1ce6f9fef9f06099a751b13c006d9e9f96af79 (patch)
treecbb3b0c852908d5c8e8f7ec3cddc6864dbc04fdb /.config
parentf299e2174a6da375fdf9759a75960dd21d5c969d (diff)
downloaddotfiles-4b1ce6f9fef9f06099a751b13c006d9e9f96af79.tar.gz
dotfiles-4b1ce6f9fef9f06099a751b13c006d9e9f96af79.tar.bz2
dotfiles-4b1ce6f9fef9f06099a751b13c006d9e9f96af79.zip
.config/systemd/user/x11vnc: Set cursor
Diffstat (limited to '.config')
-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 9e585c7..b055585 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -7,7 +7,7 @@ Type=simple
RestartSec=3
Restart=always
SyslogIdentifier=x11vnc
-ExecStart=/usr/bin/env x11vnc -display $DISPLAY -rfbport 5901 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY
+ExecStart=/usr/bin/env x11vnc -display $DISPLAY -rfbport 5901 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -cursor arrow -auth $XAUTHORITY
[Install]
WantedBy=default.target