From 84a7727bf10e2f32bb9a0078d2009e755a2cff5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 19 Sep 2024 14:57:21 +0200 Subject: [PATCH] disable x11vnc service --- setup-autocall.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-autocall.yml b/setup-autocall.yml index 8126e3c..d35b36d 100644 --- a/setup-autocall.yml +++ b/setup-autocall.yml @@ -65,7 +65,7 @@ loop: - parsifal.service - unclutter.service - - x11vnc.service + # - x11vnc.service - name: Reload systemd user service become: yes @@ -85,4 +85,4 @@ loop: - parsifal - unclutter - - x11vnc + # - x11vnc