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;