From 3039f823c90876556d20bccff489b46dfbec348c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 1 Nov 2024 18:24:03 -0400 Subject: [PATCH] chore(agsV2): don't print hyprpaper error --- nixosModules/ags-v2/config/configurations/wim.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/ags-v2/config/configurations/wim.ts b/nixosModules/ags-v2/config/configurations/wim.ts index db6a2190..54319ac1 100644 --- a/nixosModules/ags-v2/config/configurations/wim.ts +++ b/nixosModules/ags-v2/config/configurations/wim.ts @@ -32,7 +32,7 @@ export default async() => { }, main: () => { - execAsync('hyprpaper').catch(print); + execAsync('hyprpaper').catch(() => { /**/ }); AppLauncher(); Bar();