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