mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: disable default hyprland wallpaper
This commit is contained in:
parent
f759911783
commit
5e899c86ab
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue