From 9abd04529b20d97527b1901ec1cc7e8c13a37d79 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 17 Dec 2025 06:40:10 +0100 Subject: [PATCH] disbled Hyprland update news, added shortcut to logistik docs for AZPILOGISTIKXX --- home/features/desktop/hyprland.nix | 5 +++++ home/logistik/home.nix | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 174b90e..f535ed0 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -60,6 +60,11 @@ in { "XDG_SESSION_TYPE,hyrland" ]; + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; + input = { numlock_by_default = true; touchdevice = { diff --git a/home/logistik/home.nix b/home/logistik/home.nix index 1343ddb..91e56c3 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -128,6 +128,11 @@ force_zero_scaling = true; }; + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; + input = { numlock_by_default = true; touchdevice = { @@ -208,6 +213,7 @@ bind = [ "$mainMod, t, exec, $terminal -e bash -c 'nitch; exec bash'" "$mainMod, B, exec, chromium" + "$mainMod, D, exec, chromium --app=https://wiki.az-gruppe.com/s/18745ef7-ba0a-476d-955e-7bde201fa903" "$mainMod, q, killactive" "$mainMod, M, exec, $terminal -e btop" "$mainMod, N, exec, $terminal -e nvim"