refactor(hypr): organized a little more
This commit is contained in:
@@ -28,24 +28,5 @@
|
|||||||
"workspaces, 0, 0, ease"
|
"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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,24 @@
|
|||||||
gaps_out = 15;
|
gaps_out = 15;
|
||||||
layout = "dwindle";
|
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;
|
monitor = myConfig.hyprland.monitors;
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user