From 5e899c86ab2af8debd6370308ca3733d089bab2e Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 9 Aug 2024 01:14:05 -0700 Subject: [PATCH] feat: disable default hyprland wallpaper --- users/youwen/linux/hyprland/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 7fedbe4..bf9e84f 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -181,6 +181,7 @@ "workspaces, 1, 5, wind" ]; }; + general = { gaps_in = "3"; gaps_out = "8"; @@ -193,6 +194,12 @@ resize_on_border = "true"; sensitivity = "0.5"; }; + + misc = { + disable_hyprland_logo = true; + disable_splash_rendering = true; + }; + decoration = { rounding = "10"; drop_shadow = "false";