darkman-setup.bash: disable and mask systemd, use desktop entry

This commit is contained in:
Aminda Suomalainen 2024-07-17 09:24:16 +03:00
parent 8ef7483673
commit bca436cd4d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 2 deletions

View File

@ -18,4 +18,6 @@ else
exit 1 exit 1
fi 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."

@ -1 +1 @@
Subproject commit 4e53f9f781718bfea083bce2f4c49946002f37c4 Subproject commit f427d07d1dad87ddc7d29fe53f7878fd0122afa0