This commit is contained in:
Chris Cochrun 2026-06-04 14:02:23 -05:00
parent 94e6f70108
commit 95a0f2e29e

View file

@ -170,7 +170,7 @@
description = "Hot corners for cosmic";
serviceConfig = {
ExecCondition = "${pkgs.procps}/bin/pgrep -xf cosmic-workspaces";
ExecStart = "waycorner";
ExecStart = "${pkgs.waycorner}/bin/waycorner";
Restart = "on-failure";
RestartSec = 2;
};