From bca436cd4dd4566052459089a447a36f6a8f3685 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 17 Jul 2024 09:24:16 +0300 Subject: [PATCH] darkman-setup.bash: disable and mask systemd, use desktop entry --- bash/darkman-setup.bash | 4 +++- submodules/shell-things | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash/darkman-setup.bash b/bash/darkman-setup.bash index 0fb3d26..22cce82 100755 --- a/bash/darkman-setup.bash +++ b/bash/darkman-setup.bash @@ -18,4 +18,6 @@ else exit 1 fi -systemctl --user enable --now darkman.service +systemctl --user disable --now darkman.service +systemctl --user mask darkman.service +echo "Creating an autostart seems to work better than the systemd service." diff --git a/submodules/shell-things b/submodules/shell-things index 4e53f9f..f427d07 160000 --- a/submodules/shell-things +++ b/submodules/shell-things @@ -1 +1 @@ -Subproject commit 4e53f9f781718bfea083bce2f4c49946002f37c4 +Subproject commit f427d07d1dad87ddc7d29fe53f7878fd0122afa0