From 6b9e34035ea226846b73060af85e0ca7b0ce59ba Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 4 Jun 2026 14:06:56 -0500 Subject: [PATCH] [galandor] no condition? --- systems/galandor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/galandor/configuration.nix b/systems/galandor/configuration.nix index 847b444..b653019 100644 --- a/systems/galandor/configuration.nix +++ b/systems/galandor/configuration.nix @@ -169,7 +169,7 @@ bindsTo = [ "cosmic-session.target" ]; description = "Hot corners for cosmic"; serviceConfig = { - ExecCondition = "${pkgs.procps}/bin/pgrep -xf ${pkgs.cosmic-workspaces-epoch}/bin/cosmic-workspaces"; + # ExecCondition = "${pkgs.procps}/bin/pgrep -xf ${pkgs.cosmic-workspaces-epoch}/bin/cosmic-workspaces"; ExecStart = "${pkgs.waycorner}/bin/waycorner --config /home/home/.config/waycorner/config.toml"; Restart = "on-failure"; RestartSec = 2;