feat: disable default hyprland wallpaper

This commit is contained in:
Youwen Wu 2024-08-09 01:14:05 -07:00
parent f759911783
commit 5e899c86ab
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -181,6 +181,7 @@
"workspaces, 1, 5, wind" "workspaces, 1, 5, wind"
]; ];
}; };
general = { general = {
gaps_in = "3"; gaps_in = "3";
gaps_out = "8"; gaps_out = "8";
@ -193,6 +194,12 @@
resize_on_border = "true"; resize_on_border = "true";
sensitivity = "0.5"; sensitivity = "0.5";
}; };
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
};
decoration = { decoration = {
rounding = "10"; rounding = "10";
drop_shadow = "false"; drop_shadow = "false";