Skip to content

Commit

Permalink
fix(picom): removed useless sleep command in guard script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 24, 2024
1 parent d1c4c69 commit 70b0f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/desktop/submodules/picom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ with lib;
systemctl --user start picom.service
break
fi
sleep 1
if systemctl --user is-active picom.service > /dev/null; then
systemctl --user stop picom.service
Expand Down

0 comments on commit 70b0f36

Please sign in to comment.