aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-07-22 00:13:32 -0400
committertdro <tdro@users.noreply.github.com>2021-07-22 00:13:32 -0400
commitd88828c90a9bd7fde2420441d575f81bc6489ca7 (patch)
tree377d8b8d22ac7fb6bdd19f74209bbebf0a6f0df7 /.config/systemd
parent533030ff5511f05eaab8cac03fe7ee44a9bd0ad3 (diff)
downloaddotfiles-d88828c90a9bd7fde2420441d575f81bc6489ca7.tar.gz
dotfiles-d88828c90a9bd7fde2420441d575f81bc6489ca7.tar.bz2
dotfiles-d88828c90a9bd7fde2420441d575f81bc6489ca7.zip
.bash_profile: Replace xinit with sx
Diffstat (limited to '.config/systemd')
-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 1500687..98e6fe7 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 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY
+ExecStart=/usr/bin/env x11vnc -display $DISPLAY -rfbport 5900 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY
[Install]
WantedBy=default.target