refactor(hypr): organized a little more

This commit is contained in:
kenji
2026-01-01 11:18:10 -06:00
parent 4e9d47a886
commit 36bc769452
2 changed files with 18 additions and 19 deletions
-19
View File
@@ -28,24 +28,5 @@
"workspaces, 0, 0, ease"
];
};
decoration = {
rounding = 0;
shadow = {
enabled = true;
range = 2;
render_power = 3;
color = "rgba(1a1a1aee)";
};
blur = {
enabled = true;
size = 2;
passes = 2;
special = true;
brightness = 0.60;
contrast = 0.75;
};
};
};
}
+18
View File
@@ -5,6 +5,24 @@
gaps_out = 15;
layout = "dwindle";
};
decoration = {
rounding = 0;
inactive_opacity = 0.80;
shadow = {
enabled = true;
range = 2;
render_power = 3;
color = "rgba(1a1a1aee)";
};
blur = {
enabled = true;
size = 8;
passes = 2;
special = true;
brightness = 0.60;
contrast = 0.75;
};
};
monitor = myConfig.hyprland.monitors;
dwindle = {
pseudotile = true;