From 76efa0556f41e167fdadedb35600fee00a2a61b8 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 2 Aug 2023 17:58:05 +0200 Subject: [PATCH] pinwheel: Disable `hyperland` spash and background --- hosts/pinwheel/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index daa4c4c..b1285ae 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -163,6 +163,11 @@ "$mod, mouse:273, resizewindow" "$mod ALT, mouse:272, resizewindow" ]; + + misc = { + disable_hyprland_logo = true; + disable_splash_rendering = true; + }; }; };