stalwart: init
This commit is contained in:
parent
3c044ef8ee
commit
9d14396fd4
3 changed files with 161 additions and 3 deletions
|
@ -2,10 +2,10 @@ _: {
|
|||
programs.hyprland.settings = {
|
||||
#Decoration settings
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
rounding = 0;
|
||||
rounding_power = 3;
|
||||
blur = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
xray = true;
|
||||
size = 3;
|
||||
passes = 2;
|
||||
|
@ -18,7 +18,7 @@ _: {
|
|||
];
|
||||
# Hyprland anomations, using the above bezier curves
|
||||
animations = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
};
|
||||
animation = [
|
||||
"windows, 1, 4, dupa, popin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue