animations and clean stuff
This commit is contained in:
parent
3c1a415953
commit
d32311cc44
5 changed files with 39 additions and 37 deletions
|
|
@ -256,14 +256,14 @@ in
|
|||
drop_shadow = no
|
||||
}
|
||||
|
||||
bezier=overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
||||
|
||||
animations {
|
||||
enabled = 1
|
||||
animation = windows, 1, 5, default
|
||||
animation = border, 1, 5, default
|
||||
animation = fade, 1, 10,default
|
||||
animation = windows, 1, 1, default, popin
|
||||
animation = border, 1, 1, default
|
||||
animation = fade, 1, 1, default
|
||||
animation = workspaces, 1, 3, overshot
|
||||
animation = borderangle,1, 50, linear, loop
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
programs.nm-applet.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue