hyprland/decorations.nix: enable decorations again
This commit is contained in:
parent
ee58fd0628
commit
4ef6c24751
1 changed files with 14 additions and 8 deletions
|
@ -5,7 +5,7 @@ _: {
|
||||||
rounding = 10;
|
rounding = 10;
|
||||||
rounding_power = 3;
|
rounding_power = 3;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
size = 3;
|
size = 3;
|
||||||
passes = 2;
|
passes = 2;
|
||||||
};
|
};
|
||||||
|
@ -19,13 +19,13 @@ _: {
|
||||||
animations = {
|
animations = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
animation = [
|
animation = [
|
||||||
"windows, 1, 4, dupa, popin"
|
"windows, 1, 4, dupa, popin"
|
||||||
"windowsOut, 1, 4, dupa, slide"
|
"windowsOut, 1, 4, dupa, slide"
|
||||||
"border, 1, 15, default"
|
"border, 1, 15, default"
|
||||||
"fade, 1, 10, default"
|
"fade, 1, 10, default"
|
||||||
"workspaces, 1, 5, dupa, slidevert"
|
"workspaces, 1, 5, dupa, slidevert"
|
||||||
];
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
|
@ -59,5 +59,11 @@ _: {
|
||||||
"center, class: ^(code), title: ^(Open*)"
|
"center, class: ^(code), title: ^(Open*)"
|
||||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
layerrule = [
|
||||||
|
"blur, shell:launcher"
|
||||||
|
"ignorezero, shell:launcher"
|
||||||
|
"animation popin 90%, shell:launcher"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue