feat(hyprland): add some decoration

This commit is contained in:
Mohammad Rafiq 2025-06-01 20:07:00 +08:00
parent 1c355a30f5
commit 236ce0fd5b
No known key found for this signature in database

View file

@ -1,6 +1,14 @@
{
animation = [ "workspaces, 0" ];
general = {
border_size = 0;
border_size = 2;
gaps_in = 0;
gaps_out = 0;
resize_on_border = true;
};
decoration = {
rounding = 10;
rounding_power = 2;
inactive_opacity = 0.9;
};
}