From c26018639f62eb246e757704c73cdfdcbe8d2d40 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 13:17:41 -0700 Subject: [PATCH] Dont show the version update when we first launch into omarchy --- default/hypr/envs.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index b8e9afa..5a252b7 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -24,3 +24,8 @@ env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share # Use XCompose file env = XCOMPOSEFILE,~/.XCompose + +# Don't show update on first launch +ecosystem { + no_update_news = true +}